Skip to content

Commit

Permalink
feat: update credits
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziahMoselle committed Mar 5, 2023
1 parent 191ff7c commit 17e7312
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
Binary file added public/credits/billygwyn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/credits/dnbeez.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/config/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,13 @@ export const CREDITS = [
{
name: "emulsifier",
},
{
name: "dnbeez",
},
{
name: "Billy/Gwyn",
link: "https://github.com/BillyCool",
},
].sort((a, b) => a.name.localeCompare(b.name));

export const GITHUB_REPO_LINK =
Expand Down
12 changes: 12 additions & 0 deletions src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ export default function AboutPage(): JSX.Element {
</p>

<ul>
<li>
<p>
(March 2023) Billy/Gwyn has taken over the maintenance of the
datamining tool onepiecefreak3 made.{" "}
<a
href="https://github.com/NieR-Rein-Guide/nier-rein-apps"
rel="noopener roferrer"
>
NieR-Rein-Guide/nier-rein-apps
</a>
</p>
</li>
<li>
<p>
(April 2022) Datamined data is now coming from the dump tool
Expand Down

0 comments on commit 17e7312

Please sign in to comment.