Skip to content

Commit a5ea218

Browse files
committed
Remove diamond icon from web UI header
1 parent 8e53a12 commit a5ea218

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

web/static/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111

1212
<!-- Header -->
1313
<header class="header">
14-
<h1 class="header__title">
15-
<span class="header__icon">&#9670;</span>
16-
whispr
17-
</h1>
14+
<h1 class="header__title">whispr</h1>
1815
<p class="header__subtitle">Audio &amp; video transcription powered by Whisper</p>
1916
</header>
2017

web/static/style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ html, body {
5959
color: var(--text);
6060
}
6161

62-
.header__icon {
63-
color: var(--accent);
64-
margin-right: 8px;
65-
}
6662

6763
.header__subtitle {
6864
color: var(--text-muted);

0 commit comments

Comments
 (0)