mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-30 08:51:27 +00:00
fixed icon in navbar
This commit is contained in:
parent
f5cfecc5e0
commit
920eadc8f6
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
|||
<!-- navbar -->
|
||||
<nav class="navbar navbar-expand-lg navbar-dark lbry-dark fixed-top nav-transparent">
|
||||
<div class="container">
|
||||
<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>
|
||||
<span class="navbar-brand order-1 mr-0"><i class="fab fa-github"></i></span>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup"
|
||||
|
|
Loading…
Add table
Reference in a new issue