Merge remote-tracking branch 'origin/main' into feature/140

このコミットが含まれているのは:
2026-02-06 02:54:03 +09:00
コミット 874559dc6c
12個のファイルの変更215行の追加86行の削除
+7 -3
ファイルの表示
@@ -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="/"
className="mx-4 text-xl font-bold text-pink-600 hover:text-pink-400
dark:text-pink-300 dark:hover:text-pink-100">
<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"
onClick={() => {
scroll (0, 0)
}}>
</PrefetchLink>