Skip to content

Commit 2bfc959

Browse files
add space btw logo and menu
1 parent d449f5d commit 2bfc959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/routes/_view/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function Header() {
2525
<div className="flex items-center gap-4">
2626
<Link
2727
to="/"
28-
className="font-semibold text-2xl font-serif hover:scale-105 transition-transform"
28+
className="font-semibold text-2xl font-serif hover:scale-105 transition-transform mr-4"
2929
>
3030
<img src="/hyprnote-logo.svg" alt="Hyprnote" className="h-6" />
3131
</Link>

0 commit comments

Comments
 (0)