diff --git a/src/components/Autocomplete/Autocomplete.global.vue b/src/components/Autocomplete/Autocomplete.global.vue index aa3cd5b..58affca 100644 --- a/src/components/Autocomplete/Autocomplete.global.vue +++ b/src/components/Autocomplete/Autocomplete.global.vue @@ -1,5 +1,5 @@ diff --git a/src/components/Card/VCardHeader.global.vue b/src/components/Card/VCardHeader.global.vue index 0857e92..1dcc288 100644 --- a/src/components/Card/VCardHeader.global.vue +++ b/src/components/Card/VCardHeader.global.vue @@ -1,5 +1,7 @@ \ No newline at end of file + diff --git a/src/components/Footer/FooterCitation.vue b/src/components/Footer/FooterCitation.vue new file mode 100644 index 0000000..c40fb40 --- /dev/null +++ b/src/components/Footer/FooterCitation.vue @@ -0,0 +1,45 @@ + + + diff --git a/src/components/Footer/FooterCopyright.vue b/src/components/Footer/FooterCopyright.vue new file mode 100644 index 0000000..78ffbf0 --- /dev/null +++ b/src/components/Footer/FooterCopyright.vue @@ -0,0 +1,20 @@ + + + diff --git a/src/components/Layout/LayoutFooter.vue b/src/components/Layout/LayoutFooter.vue index eb29d76..7a65f19 100644 --- a/src/components/Layout/LayoutFooter.vue +++ b/src/components/Layout/LayoutFooter.vue @@ -3,39 +3,8 @@ class="footer text-white bottom-0 border-gray-200 bg-zinc-800 pl-4 pr-4" >
-
- {{ project_authors }} - - - - {{ project_citation }}. - - Retrieved on {{ currentDate }} - - - at - - {{ currentUrl }} - - -
-
- - copyright - - {{ copyright_text }} -
+ +
@@ -86,34 +55,7 @@ diff --git a/src/components/Layout/LayoutHeader.vue b/src/components/Layout/LayoutHeader.vue index 9fdb59a..0e59203 100644 --- a/src/components/Layout/LayoutHeader.vue +++ b/src/components/Layout/LayoutHeader.vue @@ -1,6 +1,6 @@