diff --git a/assets/js/footer.js b/assets/js/footer.js new file mode 100644 index 0000000..9bd2ab7 --- /dev/null +++ b/assets/js/footer.js @@ -0,0 +1,4 @@ +export const footer = Object.freeze([ + { label: "Legal Notice", to: "/legal-notice" }, + { label: "Privacy Policy", to: "/privacy-policy" } +]); diff --git a/components/NavigationBar.vue b/components/NavigationBar.vue index 8127003..0497c9d 100644 --- a/components/NavigationBar.vue +++ b/components/NavigationBar.vue @@ -5,7 +5,7 @@ -