From 68dc8cf601fe646639f4ad9ecfe9813140e64aaf Mon Sep 17 00:00:00 2001 From: otabekgh Date: Sun, 3 Dec 2023 17:55:23 +0300 Subject: [PATCH] GitHub actions for building UI - img name fixed on import --- ui_src/src/domain/stationsList/stationBoxOverview/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui_src/src/domain/stationsList/stationBoxOverview/index.js b/ui_src/src/domain/stationsList/stationBoxOverview/index.js index d858b7e49..64c6366d2 100644 --- a/ui_src/src/domain/stationsList/stationBoxOverview/index.js +++ b/ui_src/src/domain/stationsList/stationBoxOverview/index.js @@ -27,7 +27,7 @@ import { ReactComponent as ReplicasIcon } from '../../../assets/images/replicasI import { ReactComponent as TotalMsgIcon } from '../../../assets/images/totalMsgIcon.svg'; import { ReactComponent as PoisonMsgIcon } from '../../../assets/images/poisonMsgIcon.svg'; import { ReactComponent as RemoteStorageIcon } from '../../../assets/images/remoteStorage.svg'; -import { ReactComponent as ClockIcon } from '../../../assets/images/timeFill.svg'; +import { ReactComponent as ClockIcon } from '../../../assets/images/TimeFill.svg'; import { ReactComponent as UserIcon } from '../../../assets/images/userPerson.svg'; import { ReactComponent as SchemaIcon } from '../../../assets/images/schemaIconActive.svg'; import { ReactComponent as StationIcon } from '../../../assets/images/stationsIconActive.svg';