|
|
@@ -217,7 +217,7 @@
|
|
|
</v-row>
|
|
|
|
|
|
<v-row class="mb-3" justify="center">
|
|
|
- <p>Crédit : © 2024 Opentalent - Tous droits réservés</p>
|
|
|
+ <p>© {{year}} Opentalent - Tous droits réservés</p>
|
|
|
</v-row>
|
|
|
</div>
|
|
|
</LayoutContainer>
|
|
|
@@ -326,6 +326,8 @@ const layoutStore = useLayoutStore()
|
|
|
const onIntersect = (isIntersecting: boolean) => {
|
|
|
layoutStore.setIsFooterVisible(isIntersecting)
|
|
|
}
|
|
|
+
|
|
|
+const year = ref((new Date()).getFullYear())
|
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|