Merge pull request 'Update the Minecraft version in NavBar.tsx' (#25) from MiniStumpy/Website-fixver:main into main
All checks were successful
Deploy Website / deploy (push) Successful in 59s
Lint Codebase / lint (push) Successful in 1m13s

Reviewed-on: #25
This commit is contained in:
blurryface 2024-09-16 16:43:35 +00:00 committed by Forgejo
commit 31ab838baa
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 server = {
version: '1.15.2',
version: '1.16.5',
};
const buildDiscordUrl = (): string => {