fix the link bug

This commit is contained in:
Udit Patel 2020-07-04 22:43:01 +05:30 committed by GitHub
parent fd64e9f4e2
commit 00a0358636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@
<!-- LogoPart for HOMEPAGE -->
<!-- Foundaton Logo -->
<a class="navbar-brand" href="../">
<img src="../img/logo.png" alt="lbry-foundation-logo">
<a class="navbar-brand" href="./">
<img src="./img/logo.png" alt="lbry-foundation-logo">
</a>
<!-- /Foundaton Logo -->
@ -15,8 +15,8 @@
<!-- LogoPart for DefaultLayoutsPages -->
<!-- Foundaton Logo -->
<a class="navbar-brand" href="./">
<img src="./img/logo.png" alt="lbry-foundation-logo">
<a class="navbar-brand" href="../">
<img src="../img/logo.png" alt="lbry-foundation-logo">
</a>
<!-- /Foundaton Logo -->