diff options
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> |