Skip to content

Commit

Permalink
replace logo with new one
Browse files Browse the repository at this point in the history
  • Loading branch information
Mole1424 authored Sep 21, 2023
1 parent 19173d7 commit 5ed2880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link
rel="icon"
type="image/x-icon"
href="https://uwcs.co.uk/static/favicon-192.png"
href="https://old.uwcs.co.uk/static/favicon-192.png"
/>
<script
src="https://unpkg.com/[email protected]"
Expand All @@ -25,7 +25,7 @@
<a class="flex items-center hover:opacity-80" href="https://uwcs.co.uk"
><img
class="max-h-[40px] ml-1"
src="https://uwcs.co.uk/static/img/logo_compact.svg"
src="https://old.uwcs.co.uk/static/img/logo_compact.svg"
/></a>
</li>
<li class="mr-3"> {% block top_right %}{% endblock %} </li>
Expand Down

0 comments on commit 5ed2880

Please sign in to comment.