Merge branch 'main' of https://git.theclashfruit.me/CRSS/Website
All checks were successful
Deploy Website / deploy (push) Successful in 49s
Lint Codebase / lint (push) Successful in 55s

This commit is contained in:
TheClashFruit 2024-08-30 19:09:41 +02:00
commit d1c80e2acc
Signed by: TheClashFruit
GPG key ID: 09BB24C34C2F3204

View file

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