Skip to content

Commit

Permalink
fix: removed firefox icon (#4076)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuszeppe authored Jan 30, 2025
1 parent 0ab9dc4 commit e8e79a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit e8e79a1

Please sign in to comment.