color changes and added a navbar
Some checks failed
deploy / deploy (push) Failing after 39s

This commit is contained in:
Lee
2023-10-20 11:54:20 +01:00
parent d3d076654e
commit 17baa366c8
10 changed files with 78 additions and 13 deletions

3
src/utils/utils.ts Normal file
View File

@ -0,0 +1,3 @@
export function isProduction() {
return process.env.NODE_ENV === "production";
}