From 6f0a5cc2fa43adacdafa12ac129c294cfbfd3afd Mon Sep 17 00:00:00 2001 From: Tom Elliott Date: Sun, 1 Jun 2025 11:38:06 +1200 Subject: [PATCH] build fixes --- src/app/(website)/brand/page.tsx | 9 +++++++-- src/app/(website)/components/Button/index.tsx | 2 +- src/app/(website)/components/Header/index.tsx | 10 +++++----- src/app/(website)/components/Home/Hero/01-intro.tsx | 7 ++++--- src/app/(website)/components/Home/Hero/02-data.tsx | 4 ++-- src/app/(website)/components/SmoothScroll.tsx | 8 ++++---- src/app/(website)/page.tsx | 11 +++++++---- 7 files changed, 30 insertions(+), 21 deletions(-) diff --git a/src/app/(website)/brand/page.tsx b/src/app/(website)/brand/page.tsx index 0634ab1..95b2236 100644 --- a/src/app/(website)/brand/page.tsx +++ b/src/app/(website)/brand/page.tsx @@ -27,9 +27,14 @@ export default function Page() {
{BUTTON_VARIANTS.map((variant) => ( -
+
{BUTTON_TYPES.map((type) => ( - ))} diff --git a/src/app/(website)/components/Button/index.tsx b/src/app/(website)/components/Button/index.tsx index 21ec46a..74867f4 100644 --- a/src/app/(website)/components/Button/index.tsx +++ b/src/app/(website)/components/Button/index.tsx @@ -13,7 +13,7 @@ export default function Button({ className?: string; // [x: string]: }) { - const btnVariant = variant ?? "filled"; + // const btnVariant = variant ?? "filled"; return (