Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
@@ -49,7 +49,7 @@ ui <- navbarPage(
|
|
49 |
# Add social media icons to navbar
|
50 |
tags$style(".navbar-nav.socialmedia { display: flex; justify-content: right; flex-direction:row; padding: 5px; font-size: 20px; }"),
|
51 |
tags$div(class = "navbar-nav socialmedia",
|
52 |
-
tags$a(href = "https://github.com/Ifeanyi55/Spotify4NodeXL", target = "_blank", h5(strong("GitHub"),icon("github", lib = "font-awesome")))),
|
53 |
|
54 |
tabPanel(
|
55 |
id = "tabOne", value = "oneTab", title = strong("Home"), icon = icon("home"),
|
|
|
49 |
# Add social media icons to navbar
|
50 |
tags$style(".navbar-nav.socialmedia { display: flex; justify-content: right; flex-direction:row; padding: 5px; font-size: 20px; }"),
|
51 |
tags$div(class = "navbar-nav socialmedia",
|
52 |
+
tags$a(href = "https://github.com/Ifeanyi55/Spotify4NodeXL", target = "_blank",style = "text-decoration:none;", h5(strong("GitHub"),icon("github", lib = "font-awesome")))),
|
53 |
|
54 |
tabPanel(
|
55 |
id = "tabOne", value = "oneTab", title = strong("Home"), icon = icon("home"),
|