アニメーション(#139) #252

マージ済み
みてるぞ が 16 個のコミットを feature/139 から main へマージ 2026-02-05 23:25:28 +09:00
コミット 5ee25bd33c の変更だけを表示してゐます - すべてのコミットを表示
+6 -2
ファイルの表示
@@ -138,9 +138,13 @@ export default (({ user }: Props) => {
<nav className="px-3 flex justify-between items-center w-full min-h-[48px]
bg-yellow-200 dark:bg-red-975 md:bg-yellow-50">
<div className="flex items-center gap-2 h-full">
<PrefetchLink to="/"
<PrefetchLink
to="/posts"
className="mx-4 text-xl font-bold text-pink-600 hover:text-pink-400
dark:text-pink-300 dark:hover:text-pink-100">
dark:text-pink-300 dark:hover:text-pink-100"
onClick={() => {
scroll (0, 0)
}}>
</PrefetchLink>