We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1755bd3 commit 1fa0f7cCopy full SHA for 1fa0f7c
1 file changed
src/App.vue
@@ -1,7 +1,7 @@
1
<template>
2
<v-app>
3
<v-app-bar density="compact" elevation="1" class="px-10">
4
- <v-app-bar-title @click="$router.push('/')">IMCB MRI</v-app-bar-title>
+ <v-app-bar-title @click="$router.push('/')">IMCB MRI Platform</v-app-bar-title>
5
<template #append>
6
<v-btn v-for="tab in tabs" :key="tab.name" :class="{ 'text-primary': isActive(tab.path) }" @click="$router.push(tab.path)">
7
{{ tab.name }}
@@ -15,7 +15,7 @@
15
</v-container>
16
</v-main>
17
<v-footer class="bg-grey-lighten-3 justify-center">
18
- <span class="mr-4">© 2024 Magnetic Resonance Methods Development</span>
+ <span class="mr-4">© 2025 IMCB MRI Platform </span>
19
<a href="https://github.com/mrmdlab" target="_blank">
20
<img src="@/assets/github-mark.svg" height="30">
21
</a>
0 commit comments