From 465ce27e2a7b58802e1d002168dccc6a2670a628 Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Tue, 9 Dec 2025 20:39:37 -0800 Subject: [PATCH] fix ts errors --- frontend/src/components/Navbar/Navbar.tsx | 4 ++-- frontend/src/pages/LandingPage.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/Navbar/Navbar.tsx b/frontend/src/components/Navbar/Navbar.tsx index 8453e58..68875e3 100644 --- a/frontend/src/components/Navbar/Navbar.tsx +++ b/frontend/src/components/Navbar/Navbar.tsx @@ -79,7 +79,7 @@ export function Navbar() { width="48" height="48" loading="eager" - fetchpriority="high" + fetchPriority="high" />

Rainbows, Cupcakes & Unicorns

diff --git a/frontend/src/pages/LandingPage.tsx b/frontend/src/pages/LandingPage.tsx index 896d8da..15ac610 100644 --- a/frontend/src/pages/LandingPage.tsx +++ b/frontend/src/pages/LandingPage.tsx @@ -56,7 +56,7 @@ export function LandingPage() { width="80" height="80" loading="eager" - fetchpriority={app.id === 'videos' ? 'high' : 'auto'} + fetchPriority={app.id === 'videos' ? 'high' : 'auto'} /> ) : app.id === 'speechsounds' ? ( ) : app.id === 'tictactoe' ? ( ) : ( {emoji}