Skip to content

Commit 79bb528

Browse files
committed
ui: ai-review: add favicon
Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 678d4b1 commit 79bb528

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

ui/ai-review.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@
9090
border-bottom: 2px solid var(--accent-primary);
9191
padding-bottom: 10px;
9292
margin: 0;
93+
display: flex;
94+
align-items: center;
95+
gap: 12px;
96+
}
97+
98+
h1 img {
99+
width: 40px;
100+
height: 40px;
93101
}
94102

95103
.theme-toggle {
@@ -301,7 +309,10 @@
301309
</head>
302310
<body>
303311
<div class="header-controls">
304-
<h1>AI Review Results</h1>
312+
<h1>
313+
<img src="/favicon.png" alt="NIPA AIR Logo">
314+
AI Review Results
315+
</h1>
305316
<button class="theme-toggle" onclick="toggleTheme()">
306317
<span id="theme-icon">🌙</span> Toggle Theme
307318
</button>

0 commit comments

Comments
 (0)