Skip to content

Commit

Permalink
OV-348: - remove unnecesary property
Browse files Browse the repository at this point in the history
  • Loading branch information
JKaypa committed Sep 20, 2024
1 parent b692e97 commit 45e4ed9
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ type Properties = {
const WarningContent: React.FC<Properties> = ({ onCancel, onSubmit }) => {
return (
<>
<Heading
variant="H3"
color="typography.900"
textAlign="left"
mb="20px"
>
<Heading variant="H3" color="typography.900" mb="20px">
Notice before you submit
</Heading>

Expand Down

0 comments on commit 45e4ed9

Please sign in to comment.