Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
arcbtc committed Nov 29, 2024
1 parent 3ce6002 commit 2178f67
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 99 deletions.
187 changes: 94 additions & 93 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ export function Hero() {
<button
type="button"
onClick={() => window.open('https://my.nostr.com', '_blank')}
className="rounded-full border-2 border-sky-300 py-5 text-lg font-bold
text-sky-300 transition-colors duration-200 hover:border-sky-400
hover:bg-transparent hover:text-sky-400 md:ml-4 md:text-2xl"
className="rounded-full border-2 border-sky-300 py-5 text-lg font-bold text-sky-300 transition-colors duration-200 hover:border-sky-400 hover:bg-transparent hover:text-sky-400 md:ml-4 md:text-2xl"
>
I already have a nostr account/keys
</button>
Expand Down
4 changes: 1 addition & 3 deletions src/components/KeyDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,7 @@ export function KeyDialog() {
type="button"
button
onClick={handleScroll}
className="rounded-full py-5 text-lg font-bold
text-sky-300 transition-colors duration-200 hover:border-sky-400
hover:bg-transparent hover:text-sky-400 md:ml-4 md:text-2xl"
className="rounded-full py-5 text-lg font-bold text-sky-300 transition-colors duration-200 hover:border-sky-400 hover:bg-transparent hover:text-sky-400 md:ml-4 md:text-2xl"
>
Skip and checkout nostr apps
</button>
Expand Down

0 comments on commit 2178f67

Please sign in to comment.