Skip to content

Commit

Permalink
Enhancement: Added a link to the CSHR logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud-Emad committed Jan 31, 2024
1 parent 0af6ce7 commit 62586e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/components/SideDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<v-card>
<v-layout>
<v-navigation-drawer v-if="$route.path != '/login'" theme="dark" permanent>
<v-img :src="logo" max-width="110" class="ml-3 mt-5 mb-4"></v-img>
<router-link to="/">
<v-img :src="logo" max-width="110" class="ml-3 mt-5 mb-4"></v-img>
</router-link>
<v-divider></v-divider>
<v-list color="transparent">
<template v-for="item in filteredItems" :key="item.title">
Expand Down

0 comments on commit 62586e1

Please sign in to comment.