We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a84443 commit cf4f9c5Copy full SHA for cf4f9c5
src/components/GlobalHeader.tsx
@@ -17,12 +17,12 @@ export default function GlobalHeader({ className }: { className?: string }) {
17
return (
18
<header className={clsx("relative", className)}>
19
<div className="flex gap-4 justify-center items-center px-1 py-3 md:py-1 bg-green-400">
20
- <span>五月祭に参加します</span>
+ <span>ハッカソンを開催します</span>
21
<Link
22
- to="https://mf97.utcode.net/"
+ to="/articles/2024-june-hackathon/"
23
className="inline-flex items-center flex-shrink-0 gap-0.5 hover:underline"
24
>
25
- 特設ウェブサイトへ
+ 詳細はこちら
26
<FiArrowRight />
27
</Link>
28
</div>
0 commit comments