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 678d4b1 commit 79bb528Copy full SHA for 79bb528
ui/ai-review.html
@@ -90,6 +90,14 @@
90
border-bottom: 2px solid var(--accent-primary);
91
padding-bottom: 10px;
92
margin: 0;
93
+ display: flex;
94
+ align-items: center;
95
+ gap: 12px;
96
+ }
97
+
98
+ h1 img {
99
+ width: 40px;
100
+ height: 40px;
101
}
102
103
.theme-toggle {
@@ -301,7 +309,10 @@
301
309
</head>
302
310
<body>
303
311
<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>
305
316
<button class="theme-toggle" onclick="toggleTheme()">
306
317
<span id="theme-icon">🌙</span> Toggle Theme
307
318
</button>
0 commit comments