Skip to content

Commit 126e945

Browse files
committed
refactor(AppFooter): update PrimeVue version and year in footer
1 parent 1ad1d29 commit 126e945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/components/app/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const version = ref(import.meta.env.VITE_APP_VERSION)
44

55
<template>
66
<div class="mt-8 layout-footer text-center text-gray-700">
7-
<span class="font-medium ml-2">Formkit (1.6) - PrimeVue (4.2.x) - FormKit-PrimeVue-Version {{ version }} - sfxcode 2024</span>
7+
<span class="font-medium ml-2">Formkit (1.6) - PrimeVue (4.4.x) - FormKit-PrimeVue-Version {{ version }} - sfxcode 2025</span>
88
</div>
99
</template>
1010

0 commit comments

Comments
 (0)