cjerzak commited on
Commit
ca0cc05
·
verified ·
1 Parent(s): 60a7d86

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +8 -3
app.R CHANGED
@@ -20,9 +20,14 @@ ui <- dashboardPage(
20
  dashboardHeader(
21
  title = span(
22
  style = "font-weight: 600; font-size: 13px;",
23
- a(href = "http://www.globalleadershipproject.net", "GlobalLeadershipProject.net", target = "_blank")
24
- )
25
- ),
 
 
 
 
 
26
  dashboardSidebar(
27
  sidebarMenu(
28
  menuItem("Map Type", tabName = "cartogramTab", icon = icon("globe"))
 
20
  dashboardHeader(
21
  title = span(
22
  style = "font-weight: 600; font-size: 13px;",
23
+ a(
24
+ href = "http://www.globalleadershipproject.net",
25
+ "GlobalLeadershipProject.net",
26
+ target = "_blank",
27
+ style = "color: white; text-decoration: underline;"
28
+ )
29
+ )
30
+ ),
31
  dashboardSidebar(
32
  sidebarMenu(
33
  menuItem("Map Type", tabName = "cartogramTab", icon = icon("globe"))