From eb6e0344d88712e8b8b060ddf1e2004d87503014 Mon Sep 17 00:00:00 2001 From: M0nkeySan Date: Sun, 22 Oct 2023 10:54:14 +0200 Subject: [PATCH] fix: use NavigationIcon for browser button The browser button code is not the same than the others. --- components/Navigation.js | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/components/Navigation.js b/components/Navigation.js index 0f9a7aa..d8ed2f2 100644 --- a/components/Navigation.js +++ b/components/Navigation.js @@ -72,11 +72,7 @@ export default function Navigation() {
  • setIsOpen(false)} className='m-2 cursor-pointer rounded-xl border-2 border-gray-400 p-4 dark:border-gray-900 '> -
    - (window.location.href = '/get-posts/category:Movies/') - }> +

    Browse

    -
    +
  • setIsOpen(false)} @@ -231,10 +227,7 @@ export default function Navigation() { -
    - (window.location.href = '/get-posts/category:Movies/') - }> + -
    +