From 2de839fd03d1ebfa070d2675ad5d22230d4aecb2 Mon Sep 17 00:00:00 2001 From: Tyler Hill Date: Wed, 13 Nov 2024 22:20:39 -0600 Subject: [PATCH] Forgot git add . --- src/pages/_app.tsx | 20 ++++++++++---------- src/pages/dashboard/index.tsx | 1 + 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 3635e22e..23313a7b 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -23,52 +23,52 @@ const inter = Inter({ const kallisto = localFont({ src: [ { - path: '@/fonts/Kallisto/Kallisto Thin.otf', + path: '../fonts/Kallisto/Kallisto Thin.otf', weight: '100', style: 'normal', }, { - path: '@/fonts/Kallisto/Kallisto Thin Italic.otf', + path: '../fonts/Kallisto/Kallisto Thin Italic.otf', weight: '100', style: 'italic', }, { - path: '@/fonts/Kallisto/Kallisto Light.otf', + path: '../fonts/Kallisto/Kallisto Light.otf', weight: '300', style: 'normal', }, { - path: '@/fonts/Kallisto/Kallisto Light Italic.otf', + path: '../fonts/Kallisto/Kallisto Light Italic.otf', weight: '300', style: 'italic', }, { - path: '@/fonts/Kallisto/Kallisto Medium.otf', + path: '../fonts/Kallisto/Kallisto Medium.otf', weight: '500', style: 'normal', }, { - path: '@/fonts/Kallisto/Kallisto Medium Italic.otf', + path: '../fonts/Kallisto/Kallisto Medium Italic.otf', weight: '500', style: 'italic', }, { - path: '@/fonts/Kallisto/Kallisto Bold.otf', + path: '../fonts/Kallisto/Kallisto Bold.otf', weight: '700', style: 'normal', }, { - path: '@/fonts/Kallisto/Kallisto Bold Italic.otf', + path: '../fonts/Kallisto/Kallisto Bold Italic.otf', weight: '700', style: 'italic', }, { - path: '@/fonts/Kallisto/Kallisto Heavy.otf', + path: '../fonts/Kallisto/Kallisto Heavy.otf', weight: '900', style: 'normal', }, { - path: '@/fonts/Kallisto/Kallisto Heavy Italic.otf', + path: '../fonts/Kallisto/Kallisto Heavy Italic.otf', weight: '900', style: 'italic', }, diff --git a/src/pages/dashboard/index.tsx b/src/pages/dashboard/index.tsx index 1525d119..e31a14c4 100644 --- a/src/pages/dashboard/index.tsx +++ b/src/pages/dashboard/index.tsx @@ -21,6 +21,7 @@ import fetchWithCache, { } from '@/modules/fetchWithCache/fetchWithCache'; import { convertToProfOnly, + decodeSearchQueryLabel, type SearchQuery, searchQueryEqual, searchQueryLabel,