From 4ed5f7df344dd99d62fc217e7426845adfe77f5e Mon Sep 17 00:00:00 2001 From: Andrew Somers <67980093+avsomers25@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:48:14 -0500 Subject: [PATCH] Update Navbar.tsx --- app/(pre-dashboard)/(landing)/sections/Hero/Navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(pre-dashboard)/(landing)/sections/Hero/Navbar.tsx b/app/(pre-dashboard)/(landing)/sections/Hero/Navbar.tsx index 5977549..3805c15 100644 --- a/app/(pre-dashboard)/(landing)/sections/Hero/Navbar.tsx +++ b/app/(pre-dashboard)/(landing)/sections/Hero/Navbar.tsx @@ -8,7 +8,7 @@ import { Menu, Transition } from '@headlessui/react'; import Image from 'next/image'; import Link from 'next/link'; import { bizUdg } from '@/app/ui/fonts'; -import { longCang } from '@/app/ui/fonts'; +import { longCang, brush } from '@/app/ui/fonts'; import clsx from 'clsx'; function scrollToSectionName(sectionName: string) { @@ -112,7 +112,7 @@ function Navbar() { return (