Skip to content

Commit 59f254f

Browse files
committed
fixed navbar
1 parent 6c047bf commit 59f254f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/includes/navbar.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<nav class="navbar navbar-expand-md bg-body-light border-bottom sticky-top">
1+
<nav class="navbar navbar-expand-md bg-body-light bg-light border-bottom sticky-top">
22
<div class="container-fluid">
33
<a class="navbar-brand" href="/listings"><i class="fa-solid fa-compass"></i></a>
44
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup">

0 commit comments

Comments
 (0)