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