Skip to content

Commit 07f9ea4

Browse files
Poleg KashtiPoleg Kashti
authored andcommitted
Fix(): costumize title and favicon
1 parent 12f7c6d commit 07f9ea4

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
lines changed

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="apple-touch-icon" href="<%= PUBLIC_PATH %>/favicon/apple-touch-icon.png" />
1010
<link rel="manifest" href="<%= PUBLIC_PATH %>/manifest.json" />
1111

12-
<title>Kafbat UI</title>
12+
<title>Kafka UI</title>
1313
<script type="text/javascript">
1414
window.basePath = '<%= PUBLIC_PATH %>';
1515

Lines changed: 2 additions & 16 deletions
Loading

frontend/src/components/NavBar/NavBar.styled.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const NavbarItem = styled.div`
8585

8686
export const NavbarVersion = styled.div`
8787
color: ${({ theme }) => theme.input.label.color};
88-
font-size: 14px;
88+
font-size: 12px;
8989
margin-left: auto;
9090
`;
9191

0 commit comments

Comments
 (0)