From cf746bad44aa528f0a06b2a7df48931eac242592 Mon Sep 17 00:00:00 2001
From: Virginie Marques <45850493+virginiemarques@users.noreply.github.com>
Date: Wed, 24 Jun 2020 18:11:50 +0200
Subject: [PATCH] Add version to title

---
 ui.R | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui.R b/ui.R
index 41819cb..31ddbfd 100644
--- a/ui.R
+++ b/ui.R
@@ -53,10 +53,10 @@ dashboardPage(
             # Explanation
             tags$footer(tags$p("This shiny-app is developped by V. Marques and supports the following paper: ")),
             # Link for paper
-            tags$a("Link to the paper", href="https://github.com/virginiemarques/GAPeDNA", target="_blank"),
+            tags$a("GAPeDNA: Assessing and mapping global species gaps in genetic databases for eDNA metabarcoding", href="https://github.com/virginiemarques/GAPeDNA", target="_blank"),
             hr(), 
             # Update info
-            tags$footer(tags$p("Last updated in November 2019", class = "credit"))
+            tags$footer(tags$p("Last updated in June 2020", class = "credit"))
       ) # end of column
       ) # end of fluidrow
     
-- 
GitLab