From 437a79877eb910b9df4b9adcde6aa2e14b7d9493 Mon Sep 17 00:00:00 2001 From: rei Date: Thu, 29 Dec 2022 01:08:46 +0100 Subject: [PATCH] testing peroxy --- components/Navbar.tsx | 2 +- content/blogs/third-blog.md | 2 +- layouts/MainLayout.tsx | 2 +- pages/blog/index.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 5f47e2d..0ebd79c 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -13,7 +13,7 @@ export const Navbar = () => { const [showMenu, setShowMenu] = useState(false); return ( -