Skip to content

Commit

Permalink
update images, redesign auth proof
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Jan 15, 2024
1 parent 46bc885 commit 16895e3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/AuthProof/AuthProof.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ const AuthProof: FC<Props> = () => {
app_id={config.WORLDCOIN_APP_ID}
>
{({ open }) => (
<AppButton text={'verify with world id'} onClick={open} />
<AppButton
className='auth-proof__card-btn'
text={'verify with world id'}
onClick={open}
/>
)}
</IDKitWidget>
) : (
Expand Down
4 changes: 4 additions & 0 deletions src/pages/AuthProof/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
padding: 0;
}

.auth-proof__card-btn, .auth-proof__connect-btn {
width: 100%;
}

.auth-proof__card-header {
display: flex;
justify-content: center;
Expand Down
Binary file modified static/images/meta-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/minted-nft-stub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/minted-sbt-stub.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/minted-sbt-stub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 16895e3

Please sign in to comment.