Skip to content

Commit

Permalink
fix: alert typo (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofp4444 authored Dec 6, 2023
1 parent 6349bec commit 732ce30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/app/pages/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function Events() {
return (
<AppLayout>
<Alert
message="A sessão de dia 16 de dezembro será realizada ás 14:30."
message="A sessão do dia 16 de dezembro será realizada às 14:30."
type="warning"
showIcon
closable
Expand Down
2 changes: 1 addition & 1 deletion apps/app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function Dashboard() {
<>
<AppLayout>
<Alert
message="A sessão de dia 16 de dezembro será realizada ás 14:30."
message="A sessão do dia 16 de dezembro será realizada às 14:30."
type="warning"
showIcon
closable
Expand Down

0 comments on commit 732ce30

Please sign in to comment.