Skip to content

Commit 14eb849

Browse files
fix(ui) Fix styling of new nav bar header in safai
1 parent 106d775 commit 14eb849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datahub-web-react/src/app/homeV2/layout/navBarRedesign/NavBarHeader.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const Title = styled.div`
4545
`;
4646

4747
const StyledLink = styled(Link)`
48-
display: flex
48+
display: flex;
4949
height: 40px;
5050
align-items: center;
5151
gap: 8px;

0 commit comments

Comments
 (0)