Skip to content

Commit 642a6fb

Browse files
mokuwakiclaude
andcommitted
Increase docs site logo size from h-5 to h-7
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 57cac1c commit 642a6fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/docs/DocsLogo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { RollberryLogo } from "@/components/icons/RollberryLogo";
44
export function DocsLogo() {
55
return (
66
<Link href="/docs" className="flex items-center gap-2.5 no-underline">
7-
<RollberryLogo className="h-5 w-auto" />
7+
<RollberryLogo className="h-7 w-auto" />
88
<span
99
className="rounded px-1.5 py-0.5 text-[10px] font-medium uppercase tracking-wider"
1010
style={{

0 commit comments

Comments
 (0)