Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanjohan committed Jul 13, 2024
1 parent a4dbb5c commit 2fcc521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

## Screenshots

| Create not | Worldcoin popup |
| Create note | Worldcoin pop-up |
| --------------------------------- | --------------------------------- |
| ![dashboard 1](assets/create.png) | ![dashboard 2](assets/worldcoin.png) |

| View notes | Metamask Snap Popup |
| View notes | Metamask Snap pop-up |
| --------------------------------- | --------------------------------- |
| ![dashboard 3](assets/view.png) | ![dashboard 4](assets/popup.png) |

Expand Down
3 changes: 1 addition & 2 deletions packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ const Home: NextPage = () => {

{/* here */}
<div className="flex justify-center">
<button
<button className="btn btn-primary"
onClick={requestSnap}
className="bg-black text-white p-3 m-auto transition transform hover:bg-gray-900 hover:shadow-lg hover:scale-105 active:bg-gray-700 active:shadow-md active:scale-95"
>
Get Your Snap Now!
</button>
Expand Down

0 comments on commit 2fcc521

Please sign in to comment.