Skip to content

Commit

Permalink
Merge pull request #136 from ejp-rd-vp/135-menu-elements-for-small-sc…
Browse files Browse the repository at this point in the history
…reens

#135-menu-elements-for-small-screens
  • Loading branch information
vabishaa authored Sep 26, 2024
2 parents 26d6af7 + c8746d2 commit 13c9a08
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@
</v-btn>
</template>
<v-list>
<v-list-item
link
href="https://www.ejprarediseases.org/" target="_blank"
>
<v-list-item-title>
EJP RD
</v-list-item-title>
</v-list-item>
<v-list-item
link
href="/discovery"
Expand All @@ -101,6 +109,14 @@
VP Network Resources
</v-list-item-title>
</v-list-item>
<v-list-item
link
href="/releasenote"
>
<v-list-item-title>
Whats New!
</v-list-item-title>
</v-list-item>
<v-divider />
<v-list-item
v-if="$auth.loggedIn"
Expand All @@ -127,6 +143,14 @@
<v-icon>mdi-logout</v-icon>
<v-list-item-title>logout</v-list-item-title>
</v-list-item>
<v-list-item
link
href="/about"
>
<v-icon>
mdi-information-slab-circle-outline
</v-icon>
</v-list-item>
</v-list>
</v-menu>
</v-app-bar>
Expand Down

0 comments on commit 13c9a08

Please sign in to comment.