code refactor 2

This commit is contained in:
Daniel
2023-05-24 18:12:09 +05:30
parent 1786b6365d
commit 242edbb03d
26 changed files with 224 additions and 55 deletions

View File

@@ -4,6 +4,7 @@ const distPath = path;
---
<!--begin::Header-->
<nav class="app-header navbar navbar-expand bg-body">
<!--begin::Container-->
<div class="container-fluid">
<!--begin::Start Navbar Links-->
<ul class="navbar-nav">
@@ -143,6 +144,7 @@ const distPath = path;
<!--end::User Image-->
<!--begin::Menu Body-->
<li class="user-body">
<!--begin::Row-->
<div class="row">
<div class="col-4 text-center">
<a href="#">Followers</a>
@@ -154,6 +156,7 @@ const distPath = path;
<a href="#">Friends</a>
</div>
</div>
<!--end::Row-->
</li>
<!--end::Menu Body-->
<!--begin::Menu Footer-->
@@ -168,5 +171,6 @@ const distPath = path;
</ul>
<!--end::End Navbar Links-->
</div>
<!--end::Container-->
</nav>
<!--end::Header-->