Skip to content

Commit

Permalink
remove people
Browse files Browse the repository at this point in the history
  • Loading branch information
zedaes committed Aug 27, 2024
1 parent 2d16298 commit fcead48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions app/(wiki)/credits/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ const WIKI_TEAM: User[] = [
avatar: "https://avatars.githubusercontent.com/u/43405050",
website: "https://compositr.dev"
},
{
name: "Kenos",
description: "Wiki Developer, advanced features",
avatar: "https://avatars.githubusercontent.com/u/75338427",
website: "https://kenos.codeberg.page"
},
{
name: "zedaes",
description: "Wiki Developer",
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, Kenos, and zedaes ❤️</span>
<span>Made with love by Compositr 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

2 comments on commit fcead48

@kenos1
Copy link
Collaborator

@kenos1 kenos1 commented on fcead48 Aug 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

be me
becomes the top two contributors of the wiki in code
adds advanced features like gun damage graphs, significant UI changes and player previews for weapons
gets removed from the credits page

@zedaes
Copy link
Collaborator Author

@zedaes zedaes commented on fcead48 Aug 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since im not sure if you will read the discord chat, the mods told me to remove you from the credits so i did it, nothing else lol

Please sign in to comment.