diff options
Diffstat (limited to 'templates/partials/shared')
-rw-r--r-- | templates/partials/shared/nav.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/partials/shared/nav.html b/templates/partials/shared/nav.html index 6231f19..b28dcae 100644 --- a/templates/partials/shared/nav.html +++ b/templates/partials/shared/nav.html @@ -3,7 +3,7 @@ <div class="navbar-brand"> <a class="hover:rounded-full hover:bg-white" href="{{config.base_url}}"> <img class="px-2 transform duration-150 focus:bg-white hover:bg-white hover:shadow rounded-lg" - src="{{ config.extra.organization.logo_horizontal }}" width="120px"> + src="{{ config.extra.organization.logo_horizontal }}" width="120"> </a> </div> <input type="checkbox" id="navMenuToggleBtn" value="0"/> @@ -49,4 +49,4 @@ </div> </div> </div> -</nav>
\ No newline at end of file +</nav> |