about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app.R7
1 files changed, 4 insertions, 3 deletions
diff --git a/app.R b/app.R
index 5d81592..06096de 100644
--- a/app.R
+++ b/app.R
@@ -352,10 +352,11 @@ server <- function(input, output, session) {
 body = dashboardBody(ui)
 
 footer = dashboardFooter(
-        left = a(
+        left = p("Powered by ",
+        a(
           href = "https://git.genenetwork.org/mouse-longevity-app/",
-          target = "_blank", "source code"
-        ),
+          target = "_blank", "GeneNetwork"
+        )),
         right = "2024 | David Ashbrook"
       )