Skip to content

Commit

Permalink
modified shiny app
Browse files Browse the repository at this point in the history
  • Loading branch information
LamineTourelab committed Mar 30, 2024
1 parent f414d38 commit bbf9d46
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,16 @@ dashsidebar = dashboardSidebar(
menuItem(
text = 'IGV',
tabName = 'igv',
icon = icon('dna', style = "color:#E87722"))
icon = icon('dna', style = "color:#E87722")),

menuItem(
text = 'File Explore',
tabName = 'FileExplore',
icon = icon('file-text', style = "color:#E87722")),

menuItem(text = 'Javascript',
tabName = 'JS',
icon = icon('code', style = "color:#E87722"))


) #sidebarMenu
Expand Down

0 comments on commit bbf9d46

Please sign in to comment.