This commit is contained in:
tuna2134
2026-05-26 12:59:00 +09:00
parent 4b91d2ea8a
commit 168df53f19
9 changed files with 27 additions and 9 deletions

View File

@@ -1,8 +1,10 @@
const Header: React.FC = () => {
return (
<header className="w-full flex flex-col items-center gap-1 py-4 border-b border-gray-400">
<small className="text-sm">tuna2134の休憩</small>
<h1 className="text-4xl font-bold">tuna2134</h1>
<small className="text-sm text-gray-400/90">
tuna2134の個人的な憩いの場
</small>
</header>
);
};