Skip to content

Commit 1fa0f7c

Browse files
authored
Update App.vue
1 parent 1755bd3 commit 1fa0f7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<v-app>
33
<v-app-bar density="compact" elevation="1" class="px-10">
4-
<v-app-bar-title @click="$router.push('/')">IMCB MRI</v-app-bar-title>
4+
<v-app-bar-title @click="$router.push('/')">IMCB MRI Platform</v-app-bar-title>
55
<template #append>
66
<v-btn v-for="tab in tabs" :key="tab.name" :class="{ 'text-primary': isActive(tab.path) }" @click="$router.push(tab.path)">
77
{{ tab.name }}
@@ -15,7 +15,7 @@
1515
</v-container>
1616
</v-main>
1717
<v-footer class="bg-grey-lighten-3 justify-center">
18-
<span class="mr-4"2024 Magnetic Resonance Methods Development</span>
18+
<span class="mr-4"2025 IMCB MRI Platform </span>
1919
<a href="https://github.com/mrmdlab" target="_blank">
2020
<img src="@/assets/github-mark.svg" height="30">
2121
</a>

0 commit comments

Comments
 (0)