summaryrefslogtreecommitdiff
path: root/static/install
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-02-20 12:15:59 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-02-20 12:15:59 -0500
commit5f44f5a9212ebfb1c186a298f9ec986d1d37d5d9 (patch)
tree8aa03a085af610b3bcadec451e7fb91b96711983 /static/install
parent5727a283d63b303c89f9d0599a898acb88dfc3b6 (diff)
use svg logo for footer
Diffstat (limited to 'static/install')
-rw-r--r--static/install/cli.html2
-rw-r--r--static/install/index.html2
-rw-r--r--static/install/web.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/static/install/cli.html b/static/install/cli.html
index fbcf1bb8..624edfc3 100644
--- a/static/install/cli.html
+++ b/static/install/cli.html
@@ -548,7 +548,7 @@ curl -O https://releases.grapheneos.org/sunfish-factory-2021.02.07.17.zip.sig</p
</section>
</main>
<footer>
- <a href="/"><img src="/logo.png" width="512" height="512" alt=""/>GrapheneOS</a>
+ <a href="/"><img src="/mask-icon.svg" width="512" height="512" alt=""/>GrapheneOS</a>
<ul id="social">
<li><a href="https://twitter.com/GrapheneOS">Twitter</a></li>
<li><a href="https://github.com/GrapheneOS">GitHub</a></li>
diff --git a/static/install/index.html b/static/install/index.html
index efe9a5eb..b2e1cd4b 100644
--- a/static/install/index.html
+++ b/static/install/index.html
@@ -61,7 +61,7 @@
less secure and avoids needing any software beyond a browser with WebUSB support.</p>
</main>
<footer>
- <a href="/"><img src="/logo.png" width="512" height="512" alt=""/>GrapheneOS</a>
+ <a href="/"><img src="/mask-icon.svg" width="512" height="512" alt=""/>GrapheneOS</a>
<ul id="social">
<li><a href="https://twitter.com/GrapheneOS">Twitter</a></li>
<li><a href="https://github.com/GrapheneOS">GitHub</a></li>
diff --git a/static/install/web.html b/static/install/web.html
index f920a3ef..b7bd6333 100644
--- a/static/install/web.html
+++ b/static/install/web.html
@@ -344,7 +344,7 @@
</section>
</main>
<footer>
- <a href="/"><img src="/logo.png" width="512" height="512" alt=""/>GrapheneOS</a>
+ <a href="/"><img src="/mask-icon.svg" width="512" height="512" alt=""/>GrapheneOS</a>
<ul id="social">
<li><a href="https://twitter.com/GrapheneOS">Twitter</a></li>
<li><a href="https://github.com/GrapheneOS">GitHub</a></li>