Skip to content

Commit

Permalink
Fix self-closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Sep 23, 2024
1 parent 5c65132 commit 5188e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AlertsActionIcon/AlertsActionIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function AllesIstGutModal(props: AllesIstGutModalProps) {
overlayProps={{ backgroundOpacity: 0.55, blur: 3 }}
>
<Stack gap="lg">
<Text pb={10}></Text>
<Text pb={10} />
<Text style={{ fontSize: 100 }} ta="center">
😌
</Text>
Expand Down

0 comments on commit 5188e40

Please sign in to comment.