Skip to content

Commit

Permalink
Merge pull request #1472 from memphisdev/RND-289-github-actions-for-b…
Browse files Browse the repository at this point in the history
…uilding-ui

GitHub actions for building UI - img name fixed on import
  • Loading branch information
otabek-memphis committed Dec 3, 2023
2 parents 09fa162 + 68dc8cf commit 17171b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui_src/src/domain/stationsList/stationBoxOverview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 17171b2

Please sign in to comment.