diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-07-06 03:20:30 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-07-06 03:20:30 +0530 |
commit | c3206679f476e7fd001756190024e03f05340ea2 (patch) | |
tree | 7d643c0dbcd54eff481d4612afe65a4191517ac8 /src/components/sidebar.vue | |
parent | 63823d41addec00556a93eabffa455630d169ca6 (diff) |
populated items list and total in print preview
Diffstat (limited to 'src/components/sidebar.vue')
-rw-r--r-- | src/components/sidebar.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/sidebar.vue b/src/components/sidebar.vue index 46f4f0c..ade83b7 100644 --- a/src/components/sidebar.vue +++ b/src/components/sidebar.vue @@ -16,7 +16,7 @@ watch( <template> <div id="sidebar" class="d-flex flex-column flex-shrink-0 bg-dark border-secondary border-end"> <RouterLink class="d-flex justify-content-center align-items-center p-3 link-dark text-decoration-none navbar-brand text-white" to="/"> - <img src="https://vidhukant.com/images/vidhukant.webp" alt="profile photo" width="32" height="32" class="rounded-circle"> + <!--img src="" alt="profile photo" width="32" height="32" class="rounded-circle"--> </RouterLink> <ul class="nav nav-pills nav-flush flex-column mb-auto text-center"> @@ -88,7 +88,7 @@ watch( <div class="dropdown border-top border-secondary"> <a href="#" class="d-flex align-items-center justify-content-center p-3 link-light text-decoration-none dropdown-toggle" id="dropdownUser3" data-bs-toggle="dropdown" aria-expanded="false"> - <img src="https://vidhukant.com/images/vidhukant.webp" alt="profile photo" width="24" height="24" class="rounded-circle"> + <!--img src="" alt="profile photo" width="24" height="24" class="rounded-circle"--> </a> <ul class="dropdown-menu dropdown-menu-dark text-small shadow" aria-labelledby="dropdownUser3"> <li><a class="text-white dropdown-item" href="#">Placeholder</a></li> |