Skip to content

Commit 61ff525

Browse files
committed
removing align items
1 parent 9f0e6c8 commit 61ff525

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Sidenav/DocsHomeButton.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ const homeLinkStyle = LeafyCSS`
1414
font-weight: 400;
1515
display: flex;
1616
gap: 6px;
17-
align-items: text-bottom;
1817
svg {
1918
height: 17px;
20-
color: ${palette.gray.dark2}
19+
color: ${palette.gray.dark2};
2120
}
2221
}
2322
`;

0 commit comments

Comments
 (0)