Ifeanyi commited on
Commit
d930716
1 Parent(s): fedb9be

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -49,7 +49,7 @@ ui <- list(navbarPage(title = strong("OpenAlex For Gephi"),
49
  mainPanel(
50
  align = "center",
51
  width = 12,
52
- fluidRow(column(6,actionLink("info",h6("Info", style = "color:#670e94;text-align:left;"),style = "text-decoration:none;")),
53
  column(6,a(h6("Maintainer",style = "color:#670e94;text-align:right;"), style = "text-decoration:none;", target = "_blank", href = "https://github.com/Ifeanyi55"))),
54
 
55
 
 
49
  mainPanel(
50
  align = "center",
51
  width = 12,
52
+ fluidRow(column(6,actionButton("info",h6("Info", style = "color:#670e94;text-align:left;"),style = "text-decoration:none;")),
53
  column(6,a(h6("Maintainer",style = "color:#670e94;text-align:right;"), style = "text-decoration:none;", target = "_blank", href = "https://github.com/Ifeanyi55"))),
54
 
55