From 17d8ba3e604a73a2e60e7490ba9a1c3e146e0cf3 Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Sat, 30 Dec 2023 10:40:21 +0100 Subject: remove fullpage.js --- apps/website/src/components/base/Section.astro | 4 +--- apps/website/src/layouts/Layout.astro | 2 -- apps/website/src/pages/projects/oneconfig.astro | 4 ++-- 3 files changed, 3 insertions(+), 7 deletions(-) (limited to 'apps/website/src') diff --git a/apps/website/src/components/base/Section.astro b/apps/website/src/components/base/Section.astro index 45750f6..a12ed12 100644 --- a/apps/website/src/components/base/Section.astro +++ b/apps/website/src/components/base/Section.astro @@ -7,7 +7,6 @@ interface Props extends HTMLAttributes<'section'> { wrapperClass?: string wFull?: boolean hFull?: boolean - sectionClass?: boolean } const { @@ -16,7 +15,6 @@ const { wrapperClass = '', wFull = true, hFull = false, - sectionClass = true, ...props } = Astro.props; @@ -28,7 +26,7 @@ const twoColumnClasses = ` ${maxWidth === 'none' ? 'justify-center' : 'justify-c const className = `max-w-[${maxWidth}] ${hFull ? 'min-h-screen' : 'h-auto'} ${wFull ? 'w-full' : `w-[${maxWidth}]`} px-5 md:p-0 flex gap-x-20 gap-y-4${twoColumn ? twoColumnClasses : ''}${props.class ? ` ${props.class}` : ''}`; --- -
+
{twoColumn ? ( diff --git a/apps/website/src/layouts/Layout.astro b/apps/website/src/layouts/Layout.astro index 8653d90..2658006 100644 --- a/apps/website/src/layouts/Layout.astro +++ b/apps/website/src/layouts/Layout.astro @@ -32,8 +32,6 @@ const { {title} - - diff --git a/apps/website/src/pages/projects/oneconfig.astro b/apps/website/src/pages/projects/oneconfig.astro index 1489bb1..700fd3d 100644 --- a/apps/website/src/pages/projects/oneconfig.astro +++ b/apps/website/src/pages/projects/oneconfig.astro @@ -59,7 +59,7 @@ import { Code } from 'astro:components';
-
+
@@ -95,7 +95,7 @@ import { Code } from 'astro:components';
-
+
Designed for users
-- cgit