Skip to content

Commit

Permalink
add readme galleria fix & fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tkorkmazeth committed Oct 4, 2024
1 parent 43d1af4 commit 2b9badd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,4 @@ This project references the following open-source projects:
- [Token Creator](https://github.com/jacobcreech/Token-Creator)
- [Create dApp Solana NextJs](https://github.com/thuglabs/create-dapp-solana-nextjs)
- [Solana Pay Scaffold](https://github.com/anza-xyz/solana-pay-scaffold)
- [Helius Galleria](https://github.com/helius-labs/galleria)
2 changes: 1 addition & 1 deletion src/components/RequestAirdrop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const RequestAirdrop: FC = () => {
className="px-8 m-2 btn animate-pulse bg-gradient-to-br from-indigo-500 to-fuchsia-500 hover:from-white hover:to-purple-300 text-black"
onClick={onClick}
>
<span>Recieve 1 Sol on Devnet</span>
<span>Receive 1 Sol on Devnet</span>
</button>
</div>
</div>
Expand Down

0 comments on commit 2b9badd

Please sign in to comment.