Skip to content

Commit 558e357

Browse files
committed
Name changes for icon files used in the NavigatorView
1 parent c406c5f commit 558e357

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

File renamed without changes.

Eplant/views/NavigatorViewer/Icons/GeneInfoViewerIcon.tsx renamed to Eplant/views/NavigatorViewer/Icons/Nav_GeneInfoViewerIcon.tsx

File renamed without changes.
File renamed without changes.

Eplant/views/NavigatorViewer/NavigatorView.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ import { useTheme } from '@mui/material/styles'
1616
import { LoadingImage } from '../../UI/Layout/ViewContainer/LoadingPage'
1717
import { useViewSwitch } from '../ViewGeneSwitching'
1818

19-
import CellEFPIcon from './Icons/CellEFPIcon'
20-
import GeneInfoViewIcon from './Icons/GeneInfoViewerIcon' /** Placeholder icon for those that are not yet implemented in ePlant3 */
21-
import PlantEFPIcon from './Icons/PlantEFPIcon'
19+
import CellEFPIcon from './Icons/Nav_CellEFPIcon'
20+
import GeneInfoViewIcon from './Icons/Nav_GeneInfoViewerIcon' /** Placeholder icon for those that are not yet implemented in ePlant3 */
21+
import PlantEFPIcon from './Icons/Nav_PlantEFPIcon'
2222
import * as constants from './constants'
2323
import { NavigatorContext, ViewSwitchProvider } from './index'
2424

0 commit comments

Comments
 (0)