Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Dec 30, 2024
1 parent 8fef797 commit 306d4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Design/ErrorMessageDesign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const ErrorMessageDesign: FC = () => {
<ErrorMessage
className="rounded-none"
error={{
message: "Eror message with custom class",
message: "Error message with custom class",
name: "Error"
}}
title="Title"
Expand Down

0 comments on commit 306d4f3

Please sign in to comment.