Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
vabishaa committed Sep 26, 2024
2 parents 3c3462f + 13c9a08 commit 5b626ad
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 @@ -80,6 +80,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 @@ -96,6 +104,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 @@ -122,6 +138,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 5b626ad

Please sign in to comment.