Skip to content

Commit f0cc86f

Browse files
committed
Misc PR adjustment; import reorg.
1 parent f271d02 commit f0cc86f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/shared/navbar/Navbar.tsx

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
'use client';
22

3+
import Image from 'next/image'
34
import { useLocale, useTranslations } from 'next-intl';
45
import Link from 'next/link';
56
import { usePathname, useRouter } from 'next/navigation';
@@ -14,7 +15,6 @@ import Sidebar from '../sidebar/sidebar';
1415
import styles from './Navbar.module.css';
1516
import { AppContext } from '../../../../context/AppContextProvider';
1617
import logger from '../../../../logger.config.mjs';
17-
import Image from 'next/image'
1818

1919
function Navbar() {
2020
const router = useRouter();
@@ -47,7 +47,6 @@ function Navbar() {
4747
setSidebarToggle(!sidebarToggle);
4848
};
4949

50-
5150
const handleClick = (e: any) => {
5251
e.preventDefault();
5352
window.open("https://mapofpi.zapier.app", "_blank", "noopener, noreferrer");
@@ -90,7 +89,7 @@ function Navbar() {
9089
<Link href="/">
9190
<Image
9291
src="/images/logo.svg"
93-
alt="Home Logo"
92+
alt="Map of Pi Home Logo"
9493
width={34}
9594
height={34}
9695
/>

0 commit comments

Comments
 (0)