mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-24 05:44:20 +00:00
Move font export from layout to seperated comp
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { MdClose, MdMenu } from "react-icons/md";
|
||||
|
||||
// Fonts
|
||||
import { vipnagorgialla } from "@/app/layout";
|
||||
import { vipnagorgialla } from "@/components/Vipnagorgialla";
|
||||
|
||||
const Header = ({ isOpen, toggleSidebar }: { isOpen: boolean; toggleSidebar: () => void }) => (
|
||||
<header className="h-16 flex items-center bg-[#EEE5E5] border-b-3 border-[#007CAB] justify-between px-12 text-[#2A2C3F]">
|
||||
|
||||
Reference in New Issue
Block a user