From 780eb7b4e2f207c6127bf51cd45621952198d6c9 Mon Sep 17 00:00:00 2001 From: Edris SHARIFRAHMANI <edris.sharif.rahmani@ut.ee> Date: Thu, 27 Mar 2025 16:05:32 +0100 Subject: [PATCH] update --- OncoProExp/ui.R | 1 + 1 file changed, 1 insertion(+) diff --git a/OncoProExp/ui.R b/OncoProExp/ui.R index 7dc94a1..8835eeb 100755 --- a/OncoProExp/ui.R +++ b/OncoProExp/ui.R @@ -3,6 +3,7 @@ require(shinydashboard) dashheader <- dashboardHeader( title = "", titleWidth = 150, + tags$li(class = "dropdown", tags$a(href="https://gitlab.cs.ut.ee/edris/oncoproexp/-/issues", icon("bug"), "Report issues", target= "_blank")), tags$li( class = "dropdown", tags$a( -- GitLab