Skip to content

Commit 797ef3e

Browse files
committed
fix: add missing link to lang family page
1 parent 82b9c76 commit 797ef3e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

resources/js/components/MainTitle.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<a :href="langHistory.url()">
1616
See language histories
1717
</a>
18+
and
19+
<a :href="langFamily.url()">
20+
languages family
21+
</a>
1822
</h3>
1923
</div>
2024
</div>
@@ -24,7 +28,7 @@
2428
// @ts-expect-error
2529
import Typewriter from "typewriter-effect/dist/core"
2630
import { onMounted, useTemplateRef } from "vue"
27-
import { langHistory } from "@/actions/App/Http/Controllers/MainController"
31+
import { langFamily, langHistory } from "@/actions/App/Http/Controllers/MainController"
2832
2933
const props = defineProps<{ langs: string[] }>()
3034
const forLang = useTemplateRef("for-lang")

0 commit comments

Comments
 (0)