We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b9c76 commit 797ef3eCopy full SHA for 797ef3e
1 file changed
resources/js/components/MainTitle.vue
@@ -15,6 +15,10 @@
15
<a :href="langHistory.url()">
16
See language histories
17
</a>
18
+ and
19
+ <a :href="langFamily.url()">
20
+ languages family
21
+ </a>
22
</h3>
23
</div>
24
@@ -24,7 +28,7 @@
28
// @ts-expect-error
25
29
import Typewriter from "typewriter-effect/dist/core"
26
30
import { onMounted, useTemplateRef } from "vue"
27
-import { langHistory } from "@/actions/App/Http/Controllers/MainController"
31
+import { langFamily, langHistory } from "@/actions/App/Http/Controllers/MainController"
32
33
const props = defineProps<{ langs: string[] }>()
34
const forLang = useTemplateRef("for-lang")
0 commit comments