このコミットが含まれているのは:
2026-02-03 01:40:13 +09:00
コミット 5ee25bd33c
+7 -3
ファイルの表示
@@ -138,9 +138,13 @@ export default (({ user }: Props) => {
<nav className="px-3 flex justify-between items-center w-full min-h-[48px] <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"> bg-yellow-200 dark:bg-red-975 md:bg-yellow-50">
<div className="flex items-center gap-2 h-full"> <div className="flex items-center gap-2 h-full">
<PrefetchLink to="/" <PrefetchLink
className="mx-4 text-xl font-bold text-pink-600 hover:text-pink-400 to="/posts"
dark:text-pink-300 dark:hover:text-pink-100"> 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> </PrefetchLink>