Skip to content

Commit f98065d

Browse files
committed
Fix target height not being computed in site nav logo
1 parent dc878d8 commit f98065d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎components/SiteNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const SiteNav = ({ settings, className, postTitle }: SiteNavProps) => {
6868
<a className="site-nav-logo">
6969
<div
7070
style={{
71-
height: '${targetHeight}px',
71+
height: `${targetHeight}px`,
7272
width: `${calcSiteLogoWidth(siteLogo, targetHeight)}px`,
7373
}}
7474
>

0 commit comments

Comments
 (0)