Made logo bigger
This commit is contained in:
@@ -26,7 +26,7 @@ export default function Navbar({currentPage, language}: {currentPage: string; la
|
||||
<>
|
||||
<header className="w-full px-11 py-3 md:flex justify-between items-center -md:hidden shadow-sm">
|
||||
<Link href="/">
|
||||
<Image src="/logo_title.png" alt="EnCoach logo" width={80} height={80} />
|
||||
<Image src="/logo_title.png" alt="EnCoach logo" width={128} height={128} />
|
||||
</Link>
|
||||
<div className={clsx("flex gap-8 items-center w-fit", language === "ar" && "flex-row-reverse")}>
|
||||
{items.map((item) => (
|
||||
@@ -94,7 +94,7 @@ export default function Navbar({currentPage, language}: {currentPage: string; la
|
||||
<Dialog.Panel className="w-full h-screen transform overflow-hidden bg-white text-left align-middle shadow-xl transition-all text-black flex flex-col gap-8">
|
||||
<Dialog.Title as="header" className="w-full px-8 py-2 -md:flex justify-between items-center md:hidden shadow-sm">
|
||||
<Link href="/">
|
||||
<Image src="/logo_title.png" alt="EnCoach logo" width={80} height={80} />
|
||||
<Image src="/logo_title.png" alt="EnCoach logo" width={128} height={128} />
|
||||
</Link>
|
||||
<div className="flex gap-4 items-center">
|
||||
{language === "ar" ? (
|
||||
|
||||
Reference in New Issue
Block a user