From 1beed29a838774cc3b177f38bb765d9e307e9f28 Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Sat, 6 Jan 2024 11:35:28 +0100 Subject: Grayscale hover on navbar dropdown elements + client side mod fetching --- apps/website/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/website/config.ts') diff --git a/apps/website/config.ts b/apps/website/config.ts index 1d1daef..bb52e9a 100644 --- a/apps/website/config.ts +++ b/apps/website/config.ts @@ -7,7 +7,7 @@ export const configConst = { youtube: 'https://youtube.com/', discord: 'https://discord.gg/', github: 'https://github.com/Polyfrost', - modrinth: 'https://modrinth.com/user/Wyvest', + modrinthId: 'a6VEZDKe', // user id of Wyvest }, navbar: { left: [ -- cgit