diff --git a/frontend/src/component/feature/FeatureView/CleanupReminder/CleanupReminder.tsx b/frontend/src/component/feature/FeatureView/CleanupReminder/CleanupReminder.tsx index 7b358d3e07..31c2de7cc2 100644 --- a/frontend/src/component/feature/FeatureView/CleanupReminder/CleanupReminder.tsx +++ b/frontend/src/component/feature/FeatureView/CleanupReminder/CleanupReminder.tsx @@ -1,6 +1,7 @@ import { type FC, useState } from 'react'; import { Alert, Box, styled } from '@mui/material'; import FlagIcon from '@mui/icons-material/OutlinedFlag'; +import CleaningServicesIcon from '@mui/icons-material/CleaningServices'; import { parseISO } from 'date-fns'; import differenceInDays from 'date-fns/differenceInDays'; @@ -106,6 +107,7 @@ export const CleanupReminder: FC<{ <> } action={ + }> Time to remove flag from code? This flag was marked as complete and ready for cleanup.
This flag was marked as complete and ready for cleanup.