diff options
author | jgart | 2024-08-21 21:04:53 -0500 |
---|---|---|
committer | jgart | 2024-08-21 21:04:53 -0500 |
commit | 8a7fdd353e1babcdc3c0453bdfba2aa0dead7c3f (patch) | |
tree | 3529a771eea98be96be9c0d172d202ba78baa909 | |
parent | d798fc1fe6a7b0e6b0c1b58008885236d5144427 (diff) | |
download | mouse-longevity-app-8a7fdd353e1babcdc3c0453bdfba2aa0dead7c3f.tar.gz |
Add Powered by GeneNetwork slogan to the footermain
-rw-r--r-- | app.R | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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" ) |