Skip to content

Commit

Permalink
add new devs to credits
Browse files Browse the repository at this point in the history
  • Loading branch information
zedaes committed Aug 27, 2024
1 parent 38b1c06 commit 8acc186
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/(wiki)/credits/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ const GAME_CONTRIB: string[] = [
"Yeet120",
"J0m1ty",
"emecdelam",
"Lightningeek"
"Lightningeek",
"Poyo",
"Mr. Bubbles"
];

// Too many names lol
Expand Down
2 changes: 1 addition & 1 deletion components/layouts/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Footer() {
</div>
<div className="flex flex-col gap-2">
<b>Credits</b>
<span>Made with love by Compositr and Kenos</span>
<span>Made with love by Compositr, Kenos, and zedaes ❤️</span>
<FooterLink href="/credits">Game and Wiki Credits</FooterLink>
<FooterLink href="https://nextjs.org">Next.JS by Vercel</FooterLink>
<FooterLink href="https://tailwindcss.com">TailwindCSS</FooterLink>
Expand Down

0 comments on commit 8acc186

Please sign in to comment.