Skip to content

Commit

Permalink
Added MechaRAMS site link to footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
CoachPrash committed Mar 22, 2024
1 parent e79d988 commit 9bd8a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export function Footer() {
return (
<footer>
<div className="mt-8 flex h-24 flex-col items-center justify-center p-2">
<img src="src/assets/999BANNER.png"/>
<h3><a href="https://cheshirerobotics.org/">MechaRAMS - FRC Team 999</a></h3>
</div>
</footer>
);
Expand Down

0 comments on commit 9bd8a95

Please sign in to comment.