Skip to content

Commit f05b8c2

Browse files
authored
バナーコメントアウトしました (#150)
1 parent cf4f9c5 commit f05b8c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/GlobalHeader.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import { Popover, Transition } from "@headlessui/react";
3-
import { FiArrowRight, FiMenu } from "react-icons/fi";
3+
import { /* FiArrowRight, */ FiMenu } from "react-icons/fi";
44
import { Link } from "gatsby";
55
import clsx from "clsx";
66
import Logo from "./Logo";
@@ -16,6 +16,7 @@ const links = [
1616
export 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" />

0 commit comments

Comments
 (0)