Skip to content

Commit

Permalink
πŸ’„ Update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZhang73 committed Jan 18, 2024
1 parent 3df1d97 commit 61fcb53
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/components/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<q-toolbar-title class="text-center">
<a
class="q-mr-sm"
href="https://www.anu.edu.au/"
href="/"
target="_blank"
>
<q-avatar
Expand All @@ -37,12 +37,14 @@
/>
</q-avatar>
</a>
<router-link
<a
class="vertical-middle"
:to="'/'"
href="https://www.anu.edu.au/"
target="_blank"
>
ANU CVML Video Annotation Tool
</router-link>
ANU CVML
</a>
<span class="vertical-middle">VIDeo Annotation Tool</span>
</q-toolbar-title>
<q-circular-progress
v-if="annotationStore.hasVideo && annotationStore.isCaching"
Expand Down

0 comments on commit 61fcb53

Please sign in to comment.