refactor/google-analytics #14

Merged
zhangxiang merged 15 commits from refactor/google-analytics into dev 2026-04-23 21:31:41 +08:00
Showing only changes of commit 3b21774493 - Show all commits
+1 -1
View File
@@ -14,7 +14,7 @@ interface BreadcrumbProps {
export function Breadcrumb({ items }: BreadcrumbProps) {
return (
<nav aria-label="breadcrumb" className="flex items-baseline gap-2 text-xs md:text-sm text-[#5C5C5C] py-3 md:py-4 leading-none">
<nav aria-label="breadcrumb" className="flex items-baseline gap-2 text-xs md:text-sm text-[#5C5C5C] py-1.5 md:py-2 leading-none">
<StaticLink
href="/"
className="inline-flex items-center hover:text-[#C41E3A] transition-colors"