Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashucoder9 committed Oct 15, 2024
1 parent d36c73d commit 4fec8bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/hackathon/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export default function HackathonPage() {
This hackathon aims to harness the potential of Avalanche's robust technology stack to address pressing issues and create scalable, practical solutions.
</p>
</div>
<Link href="/course/blockchain-fundamentals" className="block max-w-xl p-4 mx-auto mt-8 text-sm rounded-lg bg-muted border border-b " role="alert">
<Link href="https://avax.typeform.com/to/mUSRGxjh" className="block max-w-xl p-4 mx-auto mt-8 text-sm rounded-lg bg-muted border border-b ">
<span className="font-medium">Ready to create a Submission for the Hackathon? </span><span className='underline'>Click here to share your project</span>
</Link>
</div>
Expand Down
4 changes: 4 additions & 0 deletions app/layout.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ export const baseOptions: BaseLayoutProps = {
text: 'Contribute',
url: '/contribute',
},
{
text: 'Hackathons',
url: '/hackathon',
},
],
};

Expand Down

0 comments on commit 4fec8bc

Please sign in to comment.