There was an error while loading. Please reload this page.
1 parent b5fe5af commit 0d84122Copy full SHA for 0d84122
1 file changed
src/app/page.tsx
@@ -18,10 +18,6 @@ export default function Page() {
18
<h1 className="bg-newgreen font-dotgothic16 text-center text-4xl">
19
TriGonFight
20
</h1>
21
- <header className="relative">
22
- <h1 className="bg-newgreen text-center text-4xl">TriGonFight</h1>
23
- {/* bgはbackground */}
24
- {/* この環境でh1は意味がないけど、タイトルというマークのためにつけてる */}
25
<Link
26
href="/tips"
27
className="absolute top-1/2 right-2 -translate-y-1/2 text-sm underline">
0 commit comments