Skip to content

Commit

Permalink
Footer link update
Browse files Browse the repository at this point in the history
  • Loading branch information
CoachPrash committed Mar 22, 2024
1 parent 9bd8a95 commit dc142bf
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">
<h3><a href="https://cheshirerobotics.org/">MechaRAMS - FRC Team 999</a></h3>
<a href="https://cheshirerobotics.org/">MechaRAMS - FRC Team 999</a>
</div>
</footer>
);
Expand Down

0 comments on commit dc142bf

Please sign in to comment.