Skip to content

Commit 732b7c2

Browse files
committed
Update html element
1 parent f354b02 commit 732b7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/NotionPageHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const HeaderLogo: React.FC<{
6262
</components.PageLink>
6363
)
6464
}
65-
return <a style={{ padding: 12, display: 'flex' }}>{props.children}</a>
65+
return <div style={{ padding: 12, display: 'flex' }}>{props.children}</div>
6666
}
6767

6868
return (

0 commit comments

Comments
 (0)