Update navbar.php

This commit is contained in:
Mesin Kasir 2023-08-05 00:54:43 +07:00 committed by GitHub
parent 739d56ccb7
commit 7559fd9c2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
<nav class="navbar navbar-expand-lg bg-body-tertiary fixed-top">
<nav class="navbar navbar-expand-lg bg-white fixed-top">
<div class="container">
<a class="navbar-brand" href="<?php echo Theme::siteUrl(); ?>"><img class="img-fluid" width="20" height="20" alt="<?php echo $site->title(); ?>" loading="lazy" src="<?php echo DOMAIN_THEME_IMG.'favicon.png'; ?>"/>
<strong><?php echo $site->title(); ?></strong>