Change navbar image link

This commit is contained in:
Fred Boniface 2022-10-07 19:54:01 +01:00
parent 6444ec5a6e
commit deb167c45b

View File

@ -13,7 +13,7 @@
<body>
<div class="navbar" id="navbar">
<a class="logo" href="/index.html"><img src="/static-objects/navbar/home.svg" alt="Home" width="26" height="26"></a>
<a class="logo" href="/index.html"><img src="/images/navbar/home.svg" alt="Home" width="26" height="26"></a>
<div class="mobile">
<a href="/index.html">Home</a>
</div>