We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f7c6d commit 07f9ea4Copy full SHA for 07f9ea4
frontend/index.html
@@ -9,7 +9,7 @@
9
<link rel="apple-touch-icon" href="<%= PUBLIC_PATH %>/favicon/apple-touch-icon.png" />
10
<link rel="manifest" href="<%= PUBLIC_PATH %>/manifest.json" />
11
12
- <title>Kafbat UI</title>
+ <title>Kafka UI</title>
13
<script type="text/javascript">
14
window.basePath = '<%= PUBLIC_PATH %>';
15
frontend/public/favicon/favicon.svg
frontend/src/components/NavBar/NavBar.styled.ts
@@ -85,7 +85,7 @@ export const NavbarItem = styled.div`
85
86
export const NavbarVersion = styled.div`
87
color: ${({ theme }) => theme.input.label.color};
88
- font-size: 14px;
+ font-size: 12px;
89
margin-left: auto;
90
`;
91
0 commit comments