Skip to content

Commit 019028d

Browse files
committed
🐛 Make favicon visible in dark themes
1 parent e1570a5 commit 019028d

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

web/favicon.svg

Lines changed: 11 additions & 0 deletions
Loading

web/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name="description"
88
content="Historical snapshot of Gitcoin Grants Stack era data."
99
/>
10-
<link rel="icon" href="favicon.svg" />
10+
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
1111
<title>Grants Data Portal</title>
1212
<style>
1313
:root {
@@ -177,7 +177,7 @@
177177

178178
<main id="main-content" class="layout">
179179
<header class="hero">
180-
<img class="logo" src="favicon.svg" alt="" aria-hidden="true" />
180+
<img class="logo" src="logo.svg" alt="" aria-hidden="true" />
181181
<h1>Grants Data Portal</h1>
182182
</header>
183183

web/logo.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)