diff --git a/packages/shared/src/components/checklist/InstallExtensionChecklistStep.tsx b/packages/shared/src/components/checklist/InstallExtensionChecklistStep.tsx index 2c84932777..3fd488bb6e 100644 --- a/packages/shared/src/components/checklist/InstallExtensionChecklistStep.tsx +++ b/packages/shared/src/components/checklist/InstallExtensionChecklistStep.tsx @@ -3,7 +3,7 @@ import React from 'react'; import type { ChecklistStepProps } from '../../lib/checklist'; import { ChecklistStep } from './ChecklistStep'; import { Button, ButtonVariant } from '../buttons/Button'; -import BrowsersIcon from '../../../icons/browsers.svg'; +import BrowsersIcon from '../icons/Browsers/group.svg'; import { FlexCentered } from '../utilities'; import { useActions } from '../../hooks/useActions'; import { ActionType } from '../../graphql/actions';