Skip to content

Commit

Permalink
Update Navbar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
avsomers25 committed Oct 1, 2024
1 parent 010aa30 commit 9e7427a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/(pre-dashboard)/(landing)/sections/Hero/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,15 @@ function Navbar() {
/>
</div>
<a
href="https://mlh.io/na?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2025-season&utm_content=blue"
href="https://mlh.io/na?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2025-season&utm_content=yellow"
target="_blank"
rel="noopener noreferrer"
className="absolute right-2 top-0 z-50 w-12 sm:w-16 md:w-20 lg:w-24"
>
<Image
width={100}
height={100}
src="https://s3.amazonaws.com/logged-assets/trust-badge/2025/mlh-trust-badge-2025-blue.svg"
src="https://s3.amazonaws.com/logged-assets/trust-badge/2025/mlh-trust-badge-2025-yellow.svg"
alt="Major League Hacking 2024 Hackathon Season"
/>
</a>
Expand Down

0 comments on commit 9e7427a

Please sign in to comment.