Skip to content

Commit e5ab729

Browse files
committed
Adding padding to remove shift from class removal
1 parent 940986d commit e5ab729

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 props.children
65+
return <a style={{ padding: 12 }}>{props.children}</a>
6666
}
6767

6868
return (

0 commit comments

Comments
 (0)