Skip to content

Commit fd15b13

Browse files
committed
fix mess up
1 parent c2c7fd8 commit fd15b13

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/header/header-logo.astro

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ const { inverted } = Astro.props;
1010

1111
<a href="/">
1212
<Logo className="w-11 h-auto mr-4 block md:hidden" />
13-
<!-- <Logo
13+
<Logo
1414
className="h-auto hidden md:block w-full pr-3 lg:pr-8"
15-
inverted={inverted}
16-
/> -->
15+
/>
1716
</a>

0 commit comments

Comments
 (0)