Skip to content

Commit 8153bb2

Browse files
committed
Fix merge conflict resolution mistake
1 parent 972094a commit 8153bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/Nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function Nav(props: NavProps) {
1212
<nav
1313
class={`${
1414
props.noTopMargin ? "" : "mt-3"
15-
} mt-3 md:border-b border-jsr-cyan-300/30 max-w-full flex justify-between overflow-hidden items-end`}
15+
} md:border-b border-jsr-cyan-300/30 max-w-full flex justify-between overflow-hidden items-end`}
1616
>
1717
<ul id="nav-items" class="flex flex-row">
1818
{props.children}

0 commit comments

Comments
 (0)