This commit is contained in:
Binary file not shown.
@@ -36,8 +36,7 @@
|
|||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
@click="router.push({ name: item.route })"
|
@click="router.push({ name: item.route })"
|
||||||
class="cursor-pointer"
|
class="cursor-pointer doc-link"
|
||||||
style="color: inherit"
|
|
||||||
>
|
>
|
||||||
{{ $t(item.translationKey) }}
|
{{ $t(item.translationKey) }}
|
||||||
</span>
|
</span>
|
||||||
@@ -91,4 +90,12 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.doc-link {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.doc-link:hover {
|
||||||
|
color: var(--q-primary);
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div
|
<div
|
||||||
class="crew-card column items-center q-pa-xl fit"
|
class="crew-card column items-center q-pa-xl fit"
|
||||||
>
|
>
|
||||||
<div class="text-bold text-h4 text-center q-pt-md">
|
<div class="text-bold text-h4 text-center q-py-md">
|
||||||
{{ $t(title ?? '') }}
|
{{ $t(title ?? '') }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user