Skip to content

Commit

Permalink
update sage logo in waiter
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Jun 4, 2024
1 parent acc8e63 commit 8bb6f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dashboard/dashboard.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dashboard <- function(id, syn.store, project.scope, schema, schema.display.name,
# initiate partial loading screen for generating plot
dcWaiter(
"show",
id = ns("tab-container"), url = "www/img/logo.svg", custom_spinner = TRUE,
id = ns("tab-container"), url = "www/img/sage-loader.svg", custom_spinner = TRUE,
msg = "Loading, please wait..."
)

Expand Down

0 comments on commit 8bb6f45

Please sign in to comment.