From 97b74256438beea5d5e843f9d23f83c3869112e4 Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Wed, 7 Sep 2022 09:52:30 -0400
Subject: [PATCH] ISTWCMS-5740: ensuring file names are correct for dashboard
 css

---
 uw_fdsu_theme_resp.libraries.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uw_fdsu_theme_resp.libraries.yml b/uw_fdsu_theme_resp.libraries.yml
index 5a4af9c7..5257127a 100644
--- a/uw_fdsu_theme_resp.libraries.yml
+++ b/uw_fdsu_theme_resp.libraries.yml
@@ -24,7 +24,7 @@ drupal-core-overrides:
 uw_dashboards:
   css:
     theme:
-      ../../modules/custom/uw_wcms_ohana/dist/css/uw-dashboards.min.css: {}
+      ../../modules/custom/uw_wcms_ohana/dist/css/uw-dashboard.min.css: {}
 user.login:
   js:
     js/user-login-min.js: {}
-- 
GitLab