Skip to content

Commit aed79fd

Browse files
authored
Remove header logo rounding (#3225)
1 parent 0c973a3 commit aed79fd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changeset/fifty-pots-work.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gitbook": patch
3+
---
4+
5+
Decrease rounding of header logo

packages/gitbook/src/components/Header/HeaderLogo.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ export async function HeaderLogo(props: HeaderLogoProps) {
4848
]}
4949
priority="high"
5050
style={tcls(
51-
'rounded',
52-
'straight-corners:rounded-sm',
5351
'overflow-hidden',
5452
'shrink',
5553
'min-w-0',

0 commit comments

Comments
 (0)