diff --git a/components/InactivityNoticeCard.tsx b/components/InactivityNoticeCard.tsx
index 84040a2..c548c97 100644
--- a/components/InactivityNoticeCard.tsx
+++ b/components/InactivityNoticeCard.tsx
@@ -6,7 +6,6 @@ import {
CardFooter,
CardHeader,
Heading,
- Icon,
ListItem,
Stack,
StackDivider,
@@ -49,15 +48,15 @@ export default function (props: InactivityNoticeProps) {
}
const Approved = () => (
-
+
+
);
const Denied = () => (
-
+
+
);
return (