Skip to content

Commit 24f4223

Browse files
committed
website: align docpress usage
1 parent 11ff49a commit 24f4223

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/TopNavigation.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ function TopNavigation() {
99
<MenuToggle menuId={1}>
1010
<img
1111
src={iconGear}
12-
width={21}
13-
style={{ marginRight: 'calc(var(--icon-text-padding))' }}
12+
width={18}
13+
style={{ marginRight: 'calc(var(--icon-text-padding))', position: 'relative', top: -2 }}
1414
className="decolorize-8"
1515
/>{' '}
1616
API
@@ -29,8 +29,8 @@ function TopNavigation() {
2929
>
3030
<img
3131
src={iconSeedling}
32-
width={21}
33-
style={{ marginRight: 'calc(var(--icon-text-padding) - 1px)', position: 'relative', top: -1 }}
32+
width={18}
33+
style={{ marginRight: 'calc(var(--icon-text-padding) - 1px)', position: 'relative', top: -2 }}
3434
className="decolorize-8"
3535
/>
3636
Get Started

0 commit comments

Comments
 (0)