Skip to content

Commit

Permalink
adding footer id to footer for navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
LordFarquaadtheCreator committed Jul 18, 2024
1 parent 24408a3 commit 3f3a681
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 @@ -9,7 +9,7 @@ import Link from "next/link";

export default function Footer() {
return (
<footer className="flex justify-end mt-1.5 sm:flex-row">
<footer id="footer" className="flex justify-end mt-1.5 sm:flex-row">
<div>
<a
href="https://discord.gg/k8dd4yMTRx"
Expand Down

0 comments on commit 3f3a681

Please sign in to comment.