From 8bb6f45e3c6251f67cd4f0cf48d9d5d4c9e66808 Mon Sep 17 00:00:00 2001 From: afwillia Date: Tue, 4 Jun 2024 14:30:13 -0700 Subject: [PATCH] update sage logo in waiter --- modules/dashboard/dashboard.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dashboard/dashboard.R b/modules/dashboard/dashboard.R index 387715ee..4cd880c9 100644 --- a/modules/dashboard/dashboard.R +++ b/modules/dashboard/dashboard.R @@ -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..." )