File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11import React from "react" ;
22import { Popover , Transition } from "@headlessui/react" ;
3- import { FiArrowRight , FiMenu } from "react-icons/fi" ;
3+ import { /* FiArrowRight, */ FiMenu } from "react-icons/fi" ;
44import { Link } from "gatsby" ;
55import clsx from "clsx" ;
66import Logo from "./Logo" ;
@@ -16,6 +16,7 @@ const links = [
1616export default function GlobalHeader ( { className } : { className ?: string } ) {
1717 return (
1818 < header className = { clsx ( "relative" , className ) } >
19+ { /*
1920 <div className="flex gap-4 justify-center items-center px-1 py-3 md:py-1 bg-green-400">
2021 <span>ハッカソンを開催します</span>
2122 <Link
@@ -26,6 +27,7 @@ export default function GlobalHeader({ className }: { className?: string }) {
2627 <FiArrowRight />
2728 </Link>
2829 </div>
30+ */ }
2931 < div className = "container mx-auto h-16 flex" >
3032 < Link to = "/" className = "flex items-center px-4" >
3133 < Logo className = "w-36" variant = "default" />
You can’t perform that action at this time.
0 commit comments