mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-04-21 06:19:14 +00:00
Use SVG logo instead of WebP
This commit is contained in:
parent
ce4457d8ad
commit
5ba994924e
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<div class="title">
|
||||
<img class="logo" src="/static/codecircles.webp" alt="" />
|
||||
<img class="logo" src="/static/codecircles.svg" alt="" />
|
||||
<h1>Anonymous­Overflow</h1>
|
||||
</div>
|
||||
<h2>Get programming help without compromising your privacy.</h2>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<body>
|
||||
<div class="header">
|
||||
<a href="/" class="logo-link">
|
||||
<img class="logo" src="/static/codecircles.webp" alt="AnonymousOverflow home" />
|
||||
<img class="logo" src="/static/codecircles.svg" alt="AnonymousOverflow home" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="card">
|
||||
|
|
Loading…
Add table
Reference in a new issue