remove unused class

This commit is contained in:
Barış Soner Uşaklı
2024-01-22 19:53:11 -05:00
parent 1820e78204
commit c533916d54

View File

@@ -1,7 +1,7 @@
<div component="bottombar" class="bottombar d-flex d-lg-none fixed-bottom ff-secondary gap-1 align-items-center">
<div class="bottombar-nav p-2 border-top text-bg-light d-flex justify-content-between align-items-center w-100">
<div class="">
<a href="#" role="button" class="p-2 nav-link nav-btn" data-bs-toggle="offcanvas" data-bs-target="#offcanvas" >
<a href="#" role="button" class="p-2 nav-link" data-bs-toggle="offcanvas" data-bs-target="#offcanvas" >
<i class="fa fa-fw fa-lg fa-bars"></i>
</a>
</div>