Skip to content

Commit

Permalink
Update app.r
Browse files Browse the repository at this point in the history
  • Loading branch information
stephpenn1 committed Jun 5, 2024
1 parent 7f62be8 commit bde55ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/shinyApp/app.r
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source("global.r", local = TRUE)

ui <- fluidPage(theme = shinythemes::shinytheme("readable"),
includeCSS("./components/layout/style copy.css"),
includeCSS("./components/layout/style.css"),
tags$div(class = "container",
tags$img(src = "images/earth-header.png", height = "300px", width = "100%", class = "earth", alt = "Earth's atmosphere"),
tags$div(
Expand Down

0 comments on commit bde55ab

Please sign in to comment.