From 0f8a4501f76e44ffa9fd311ef9ddb11fcbf3de65 Mon Sep 17 00:00:00 2001 From: NishaSharma14 Date: Tue, 24 Oct 2023 14:11:56 +0200 Subject: [PATCH 1/2] fix: add FAQs to welcome.vue --- resources/js/App/FAQs.vue | 77 ++++++++++++++++++++++++++++++++++ resources/js/Pages/Welcome.vue | 8 +++- 2 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 resources/js/App/FAQs.vue diff --git a/resources/js/App/FAQs.vue b/resources/js/App/FAQs.vue new file mode 100644 index 00000000..7ac1a136 --- /dev/null +++ b/resources/js/App/FAQs.vue @@ -0,0 +1,77 @@ + + + diff --git a/resources/js/Pages/Welcome.vue b/resources/js/Pages/Welcome.vue index 489f5ea8..4bd712f5 100644 --- a/resources/js/Pages/Welcome.vue +++ b/resources/js/Pages/Welcome.vue @@ -367,7 +367,7 @@ -
+
+
+ +
+
Date: Tue, 24 Oct 2023 14:20:33 +0200 Subject: [PATCH 2/2] fix: add FAQ link in footer --- resources/js/Pages/Welcome.vue | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/resources/js/Pages/Welcome.vue b/resources/js/Pages/Welcome.vue index 4bd712f5..d14a2574 100644 --- a/resources/js/Pages/Welcome.vue +++ b/resources/js/Pages/Welcome.vue @@ -774,21 +774,25 @@ Quick links
    -
  • - + - Projects + {{ item.name }}
  • - - Spectra - + FAQs +
@@ -1024,6 +1028,10 @@ const footerNavigation = { // { name: "Browse", href: "/projects" }, // { name: "Advanced Search", href: "/projects" }, // ], + quicklinks: [ + { name: "Projects", href: "/projects"}, + { name: "Spectra", href: "/spectra"} + ], support: [ { name: "Documentation", href: "https://docs.nmrxiv.org" }, {