diff options
-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" ) |