Skip to content

Commit

Permalink
uncommented code of home
Browse files Browse the repository at this point in the history
  • Loading branch information
varsha766 committed Jun 5, 2022
1 parent c718c2e commit 9eb1ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/participant/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ color: white !important;
<template #button-content>
<b-icon style="color:white" icon="menu-button-wide"></b-icon>
</template>
<!-- <b-dropdown-item to="/user/home/">
Home</b-dropdown-item> -->
<b-dropdown-item to="/user/home/">
Home</b-dropdown-item>
<b-dropdown-item @click="logout">Logout</b-dropdown-item>
</b-nav-item-dropdown>
</b-navbar>
Expand Down

0 comments on commit 9eb1ae4

Please sign in to comment.