mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-04-20 13:59:16 +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>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<img class="logo" src="/static/codecircles.webp" alt="" />
|
<img class="logo" src="/static/codecircles.svg" alt="" />
|
||||||
<h1>Anonymous­Overflow</h1>
|
<h1>Anonymous­Overflow</h1>
|
||||||
</div>
|
</div>
|
||||||
<h2>Get programming help without compromising your privacy.</h2>
|
<h2>Get programming help without compromising your privacy.</h2>
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a href="/" class="logo-link">
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
|
Loading…
Add table
Reference in a new issue