Skip to content

Commit

Permalink
vinvoor: minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie authored and hannes-dev committed Aug 12, 2024
1 parent d86016b commit 8c8c55d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions vinvoor/src/overview/checkin/CheckIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ export const CheckIn = () => {
<Alert
variant="outlined"
severity="success"
iconMapping={{
success: <EmoticonExcitedOutline fontSize="large" />,
}}
icon={<EmoticonExcitedOutline fontSize="large" />}
>
<AlertTitle>Checked in</AlertTitle>
Nice of you to stop by !
Expand All @@ -27,9 +25,7 @@ export const CheckIn = () => {
<Alert
variant="outlined"
severity="error"
iconMapping={{
error: <EmoticonFrownOutline fontSize="large" />,
}}
icon={<EmoticonFrownOutline fontSize="large" />}
>
<AlertTitle>Not checked in</AlertTitle>
We miss you !
Expand Down

0 comments on commit 8c8c55d

Please sign in to comment.