Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Update Footer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
C committed Jan 30, 2023
1 parent c4952af commit 55da77f
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ export const Footer: FC = () => {
<Link href="https://github.com/solana-labs/solana" target="_blank" rel="noopener noreferrer" passHref className="text-secondary hover:text-white">
Github
</Link>
<Link href="https://discordapp.com/invite/pquxPsq" target="_blank" rel="noopener noreferrer" passHref className="text-secondary hover:text-white">
Discord
</Link>
<Link href="https://solana.com/careers" target="_blank" rel="noopener noreferrer" passHref className="text-secondary hover:text-white">
Careers
</Link>

</div>
</div>
Expand All @@ -102,8 +108,12 @@ export const Footer: FC = () => {
<Link href="https://solanacookbook.com/" target="_blank" rel="noopener noreferrer" passHref className="text-secondary hover:text-white">
Cookbook
</Link>


<Link href="https://buildspace.so/solana-core" target="_blank" rel="noopener noreferrer" passHref className="text-secondary hover:text-white">
Developer Course
</Link>
<Link href="https://www.youtube.com/@solplay8055/videos" target="_blank" rel="noopener noreferrer" passHref className="text-secondary hover:text-white">
Unity Game Dev
</Link>
</div>
</div>

Expand All @@ -117,6 +127,12 @@ export const Footer: FC = () => {
<Link href="https://solanau.org/#events" target="_blank" rel="noopener noreferrer" passHref className="text-secondary hover:text-white">
Events
</Link>
<Link href="https://solana.org/grants" target="_blank" rel="noopener noreferrer" passHref className="text-secondary hover:text-white">
Grants
</Link>
<Link href="https://solana.org/validators" target="_blank" rel="noopener noreferrer" passHref className="text-secondary hover:text-white">
Validators
</Link>
<Link href="https://www.youtube.com/@SolanaFndn" target="_blank" rel="noopener noreferrer" passHref className="text-secondary hover:text-white">
Youtube
</Link>
Expand Down

0 comments on commit 55da77f

Please sign in to comment.