diff --git a/client/src/components/WarningCard.js b/client/src/components/WarningCard.js
index de140c78..23e102ec 100644
--- a/client/src/components/WarningCard.js
+++ b/client/src/components/WarningCard.js
@@ -5,27 +5,29 @@ import { WarningText } from 'components/WarningText'
export const WarningCard = ({ label, children }) => {
return (
-
-
-
- {label}
-
- }
- />
-
- {children}
-
+
+
+
+
+ {label}
+
+ }
+ />
+
+ {children}
+
+
)
}