Skip to content

Commit

Permalink
replace temporary footer text
Browse files Browse the repository at this point in the history
  • Loading branch information
coinmoles committed Jul 14, 2024
1 parent 15f3175 commit 128fa28
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ export default function Footer() {
<>
<div className="container text-center">
<p className="border-t border-slate-400 dark:border-slate-700 pt-5">
PokeRogue Projects{" "}
<Link to="https://google.com" target="_blank">
link to discord if we want it
</Link>
PokeRogue Projects
</p>
</div>
</>
Expand Down

0 comments on commit 128fa28

Please sign in to comment.