Skip to content

Commit

Permalink
Added DynamicFeed icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkishpolicy committed Feb 18, 2025
1 parent 0973de0 commit 8815189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/pages/Vulnerabilities/Vulnerabilities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import { differenceInCalendarDays, parseISO } from 'date-fns';
import { truncateString } from 'utils/dataTransformUtils';
import { ORGANIZATION_EXCLUSIONS } from 'hooks/useUserTypeFilters';
import ListAltIcon from '@mui/icons-material/ListAlt';
import DynamicFeedIcon from '@mui/icons-material/DynamicFeed';

export interface ApiResponse {
result: Vulnerability[];
Expand Down Expand Up @@ -321,7 +322,7 @@ export const Vulnerabilities: React.FC<{ groupBy?: string }> = ({
<Button
size="small"
sx={{ '& .MuiButton-startIcon': { mr: '2px', mb: '2px' } }}
startIcon={<ListAltIcon />}
startIcon={<DynamicFeedIcon />}
onClick={() => {
fetchVulnerabilities({
page: 1,
Expand Down

0 comments on commit 8815189

Please sign in to comment.