From d7c5c1eb6147e8bdf8ffc2495f672a29bfb98ae1 Mon Sep 17 00:00:00 2001 From: WinsDominoes Date: Fri, 22 Dec 2023 23:31:58 +0700 Subject: [PATCH] fixed navbar resize + quote size --- app/components/Navbar.tsx | 2 +- app/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/Navbar.tsx b/app/components/Navbar.tsx index 27c73db..c902cc9 100755 --- a/app/components/Navbar.tsx +++ b/app/components/Navbar.tsx @@ -35,7 +35,7 @@ const Navbar = () => { {links.map(({ id, text, link }) => (
  • {text}
  • diff --git a/app/page.tsx b/app/page.tsx index 0188642..dd4686d 100755 --- a/app/page.tsx +++ b/app/page.tsx @@ -30,7 +30,7 @@ export default function Home() {
    - "I don't want to make a PDF, I'll code one instead." - Win at 3 A.M. + "I don't want to make a PDF, I'll code one instead."