Skip to content

Commit

Permalink
update bs4 manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Jan 26, 2025
1 parent df9c3e5 commit e200bb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
18 changes: 1 addition & 17 deletions inst/virtual_patient_simulator/bs4/footer.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nccr_logo <- "logos/nccr.svg"

left_footer <- fluidRow(
column(
width = 3,
width = 6,
align = "center",
"The Interface Group",
a(
Expand All @@ -14,22 +14,6 @@ left_footer <- fluidRow(
img(src = interface_logo, height = "30px")
)
),
column(
width = 3,
align = "center",
"With",
a(
href = "https://shiny.rstudio.com",
target = "_blank",
img(src = "https://www.rstudio.com/wp-content/uploads/2014/04/shiny.png", height = "30px")
),
"by",
a(
href = "http://www.rstudio.com",
target = "_blank",
img(src = "https://www.rstudio.com/wp-content/uploads/2014/07/RStudio-Logo-Blue-Gray.png", height = "30px")
)
),
column(
width = 6,
align = "center",
Expand Down
10 changes: 5 additions & 5 deletions inst/virtual_patient_simulator/bs4/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2779,6 +2779,9 @@
}
},
"files": {
"app.R": {
"checksum": "163aa55dff4a896bb10b408828c2a8fc"
},
"body.R": {
"checksum": "bfa84f8625a8d6239ad1bff80b8ffbe6"
},
Expand All @@ -2798,7 +2801,7 @@
"checksum": "08023fe9e36812b7cc17e30db4258de5"
},
"footer.R": {
"checksum": "792e655548b6c58e50abbd7842de1da5"
"checksum": "e7bd78ff4f7a4342b3eb0d08f68cc0e1"
},
"generate_questions.R": {
"checksum": "0d3ae0ab6b87d6b25c5e6f68836e3735"
Expand All @@ -2809,9 +2812,6 @@
"getting_started.R": {
"checksum": "4cb8f2562a6f2f3e2da928df829b7df5"
},
"global.R": {
"checksum": "acd67bc42821aa1185e077e6f112d277"
},
"model_utils.R": {
"checksum": "4f319242defaad08a324fb1aeba59a55"
},
Expand All @@ -2828,7 +2828,7 @@
"checksum": "8e4aaf5af05259e693d4dd0f092b1568"
},
"server.R": {
"checksum": "611153d7d65c58c66f435c01e5f6f39a"
"checksum": "b3e1d5115e12ecd8af02d1de57965bb6"
},
"sidebar.R": {
"checksum": "72a487d3ae1c545825cbacc33e18b67a"
Expand Down

0 comments on commit e200bb2

Please sign in to comment.