Skip to content

Commit

Permalink
Typo fix on new post popup (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendn authored Jul 1, 2023
1 parent a3e2e2a commit 4303172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/post/new/NewPostRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default function NewPostRoot({
}

present({
message: "Posted created!",
message: "Post created!",
duration: 3500,
position: "bottom",
color: "success",
Expand Down

0 comments on commit 4303172

Please sign in to comment.