We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1570a5 commit 019028dCopy full SHA for 019028d
3 files changed
web/favicon.svg
web/index.html
@@ -7,7 +7,7 @@
7
name="description"
8
content="Historical snapshot of Gitcoin Grants Stack era data."
9
/>
10
- <link rel="icon" href="favicon.svg" />
+ <link rel="icon" type="image/svg+xml" href="favicon.svg" />
11
<title>Grants Data Portal</title>
12
<style>
13
:root {
@@ -177,7 +177,7 @@
177
178
<main id="main-content" class="layout">
179
<header class="hero">
180
- <img class="logo" src="favicon.svg" alt="" aria-hidden="true" />
+ <img class="logo" src="logo.svg" alt="" aria-hidden="true" />
181
<h1>Grants Data Portal</h1>
182
</header>
183
web/logo.svg
0 commit comments