From c7ba361854113459711d628790710befb944aab2 Mon Sep 17 00:00:00 2001 From: Jaroslaw Weber Date: Fri, 17 May 2024 17:23:10 +0900 Subject: [PATCH] fix on mobile --- components/Navbar.tsx | 8 +++++--- pages/_app.tsx | 3 ++- pages/index.tsx | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index a115d3f..c34714b 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -6,9 +6,11 @@ const Navbar = () => {
- - algo-lens: see algorithms in action! - + + algo-lens: see algorithms in action! + algo-lens + +
    diff --git a/pages/_app.tsx b/pages/_app.tsx index 0a16c69..b039932 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -12,7 +12,7 @@ function MyApp({ Component, pageProps }: AppProps) { document.documentElement.setAttribute("data-theme", theme); }); return ( -
    +
    Algo-Lens: Algorithm Visualization Tool +
    diff --git a/pages/index.tsx b/pages/index.tsx index d209ecc..79461ef 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -12,7 +12,7 @@ const Home: NextPage = () => { }, []); return ( -
    +