feat: 1.15.2
All checks were successful
Deploy Website / deploy (push) Successful in 46s
Lint Codebase / lint (push) Successful in 57s

Quick and lazy change.
This commit is contained in:
WorldWidePixel 2024-08-30 15:15:15 +00:00 committed by Forgejo
parent b478e46055
commit 22135381ec
Signed by untrusted user who does not match committer: Forgejo
GPG key ID: E59A305B48F15D31

View file

@ -43,7 +43,7 @@ export default function NavBar({ currentPage }: { currentPage: string }) {
const router = useRouter(); const router = useRouter();
const server = { const server = {
version: '1.12.2' version: '1.15.2'
}; };
const buildDiscordUrl = (): string => { const buildDiscordUrl = (): string => {