diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-08 14:45:38 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-08 14:48:54 -0400 |
| commit | f3b13c83577ee1a15c17bbc7fcbfae98cf848212 (patch) | |
| tree | d0ed0ae6b3cf24e081c19fb09dd8c79a641cb5ff /static/contact.html | |
| parent | 36a3158244dde591e7488a33d2a59ebe47087509 (diff) | |
replace logo image
Diffstat (limited to 'static/contact.html')
| -rw-r--r-- | static/contact.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/contact.html b/static/contact.html index af9bcbf1..0c607701 100644 --- a/static/contact.html +++ b/static/contact.html @@ -56,7 +56,7 @@ </ul> </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> <a href="https://github.com/GrapheneOS">GitHub</a> @@ -69,7 +69,7 @@ "name": "GrapheneOS", "description": "GrapheneOS is an open source project focused on mobile privacy and security.", "url": "https://grapheneos.org/", - "logo": "https://grapheneos.org/graphene.png", + "logo": "https://grapheneos.org/logo.png", "email": "contact@grapheneos.org", "sameAs": [ "https://twitter.com/GrapheneOS", |
