From 75676183d008a07070db8fdd52af3fdf0bbfb8a7 Mon Sep 17 00:00:00 2001 From: Pauline Date: Mon, 8 Jan 2024 21:02:33 -0500 Subject: chore(deps): bump --- apps/website/src/env.d.ts | 2 -- apps/website/src/layouts/Layout.astro | 15 --------------- apps/website/src/pages/mods.astro | 2 +- 3 files changed, 1 insertion(+), 18 deletions(-) (limited to 'apps/website/src') diff --git a/apps/website/src/env.d.ts b/apps/website/src/env.d.ts index 01db714..acef35f 100644 --- a/apps/website/src/env.d.ts +++ b/apps/website/src/env.d.ts @@ -1,4 +1,2 @@ /// /// - -declare module 'locomotive-scroll'; diff --git a/apps/website/src/layouts/Layout.astro b/apps/website/src/layouts/Layout.astro index a14bc65..f157e73 100644 --- a/apps/website/src/layouts/Layout.astro +++ b/apps/website/src/layouts/Layout.astro @@ -4,8 +4,6 @@ import Favicon from '/media/polyfrost/minimal_bg.svg?url'; import Navbar from '../components/base/navbar/Navbar.astro'; import '../styles/global.css'; -// import 'locomotive-scroll/dist/locomotive-scroll.min.css'; - interface Props { title?: string description?: string @@ -47,16 +45,3 @@ const { - - diff --git a/apps/website/src/pages/mods.astro b/apps/website/src/pages/mods.astro index 5a9b303..ae1002c 100644 --- a/apps/website/src/pages/mods.astro +++ b/apps/website/src/pages/mods.astro @@ -124,7 +124,7 @@ const modrinthUrl = `https://modrinth.com/${modrinthType}/${modrinthId}`; OneConfig brings the simplicity of a client to the everyday user, gives advanced users and developers complete control over everything, while remaining free and open-source.
-
-- cgit