Skip to content

Commit

Permalink
add /contributors to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Jun 30, 2024
1 parent 743d157 commit fc36fa3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/changelog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ type ChangelogEntry = {
};

const changes: ChangelogEntry[] = [
{
title: "Mass Downloading Reintroduced",
date: "17th June 2024",
description:
"Mass downloading has been reintroduced to the site in an experimental state.",
},
{
title: "Site Rewrite",
date: "29th May 2024",
Expand Down
1 change: 1 addition & 0 deletions src/components/nav/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const footerLinks = {
{ href: "https://git.wanderer.moe/", label: "GitHub" },
],
other: [
{ href: "/contributors", label: "Contributors" },
{ href: "/changelog", label: "Changelog" },
{ href: "https://status.wanderer.moe/", label: "Status Page" },
{ href: "mailto:[email protected]", label: "Contact" },
Expand Down

0 comments on commit fc36fa3

Please sign in to comment.