add privacy and credits
All checks were successful
deploy / deploy (push) Successful in 54s

This commit is contained in:
Lee
2023-10-27 17:15:57 +01:00
parent 1f189507ed
commit 5e3d8acbeb
5 changed files with 120 additions and 0 deletions

View File

@ -6,6 +6,10 @@ const buttons = [
name: "Privacy",
url: "/privacy",
},
{
name: "Credits",
url: "/credits",
},
];
const buildId = process.env.NEXT_PUBLIC_BUILD_ID