From 38707ce9c8dbf405ba1124762645db3ff6b89099 Mon Sep 17 00:00:00 2001 From: Oleksandr Bohuslavskyi Date: Mon, 28 Oct 2024 14:55:59 -0500 Subject: [PATCH] Fix: wrong icon was used on a dashboard --- .../app/features/components/dashboard/dashboard.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/features/components/dashboard/dashboard.component.scss b/frontend/src/app/features/components/dashboard/dashboard.component.scss index 7c7730e6..78f0322d 100644 --- a/frontend/src/app/features/components/dashboard/dashboard.component.scss +++ b/frontend/src/app/features/components/dashboard/dashboard.component.scss @@ -78,7 +78,7 @@ } &.export { - background-image: url(../../../../assets/images/dashboard/cog.svg); + background-image: url(../../../../assets/images/dashboard/export.svg); } &.eye {