Skip to content

Commit

Permalink
adding links to valueBoxes even if modules are not included
Browse files Browse the repository at this point in the history
  • Loading branch information
nhall6 committed May 20, 2024
1 parent 910b09c commit 10f92e7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions R/about-main.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ aboutServer <- function(id = 'homepage',
subtitle = "This module was not included in this analysis",
icon = shiny::icon("database"),
color = "black",
href = NULL
href = "https://ohdsi.github.io/OhdsiShinyModules/articles/DataSources.html"
)
}
})
Expand All @@ -157,7 +157,7 @@ aboutServer <- function(id = 'homepage',
subtitle = "This module was not included in this analysis",
icon = shiny::icon("user-gear"),
color = "black",
href = NULL
href = "https://ohdsi.github.io/OhdsiShinyModules/articles/Cohorts.html"
)
}
})
Expand All @@ -178,7 +178,7 @@ aboutServer <- function(id = 'homepage',
subtitle = "This module was not included in this analysis",
icon = shiny::icon("table"),
color = "black",
href = NULL
href = "https://ohdsi.github.io/OhdsiShinyModules/articles/Characterization.html"
)
}
})
Expand All @@ -199,7 +199,7 @@ aboutServer <- function(id = 'homepage',
subtitle = "This module was not included in this analysis",
icon = shiny::icon("users"),
color = "black",
href = NULL
href = "https://ohdsi.github.io/OhdsiShinyModules/articles/CohortDiagnostics.html"
)
}
})
Expand All @@ -221,7 +221,7 @@ aboutServer <- function(id = 'homepage',
subtitle = "This module was not included in this analysis",
icon = shiny::icon("chart-column"),
color = "black",
href = NULL
href = "https://ohdsi.github.io/OhdsiShinyModules/articles/CohortMethod.html"
)
}
})
Expand All @@ -242,7 +242,7 @@ aboutServer <- function(id = 'homepage',
subtitle = "This module was not included in this analysis",
icon = shiny::icon("chart-line"),
color = "black",
href = NULL
href = "https://ohdsi.github.io/OhdsiShinyModules/articles/Prediction.html"
)
}
})
Expand All @@ -263,7 +263,7 @@ aboutServer <- function(id = 'homepage',
subtitle = "This module was not included in this analysis",
icon = shiny::icon("people-arrows"),
color = "black",
href = NULL
href = "https://ohdsi.github.io/OhdsiShinyModules/articles/SelfControlledCaseSeries.html"
)
}
})
Expand All @@ -285,7 +285,7 @@ aboutServer <- function(id = 'homepage',
"This module was not included in this analysis",
icon = shiny::icon("sliders"),
color = "black",
href = NULL
href = "https://ohdsi.github.io/OhdsiShinyModules/articles/EvidenceSynthesis.html"
)
}
})
Expand Down

0 comments on commit 10f92e7

Please sign in to comment.