diff --git a/frontend/src/components/FullWidthAlert.tsx b/frontend/src/components/FullWidthAlert.tsx index 7f212170d..1b0a3fe5a 100644 --- a/frontend/src/components/FullWidthAlert.tsx +++ b/frontend/src/components/FullWidthAlert.tsx @@ -25,7 +25,7 @@ const getBGColor = (type: Props["type"]) => { const FullWidthAlert = ({ type, heading, children }: Props) => { return ( -