Skip to content

Commit

Permalink
Merge pull request #217 from aaleksa/#191-typo-on-add-item-success-page
Browse files Browse the repository at this point in the history
typo fixed
  • Loading branch information
camelPhonso committed May 22, 2024
2 parents 1228feb + 776b769 commit d7cdb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(dashboard)/add-item/success/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const SuccessPage = () => {
return (
<div className='my-10 flex flex-col items-center gap-5'>
<h1 className='text-center text-xl font-bold'>
You&apos;ve successfully add an item
You have successfully added an item
</h1>
<Link href='/add-item'>
<ButtonRounded type='button'>ADD ANOTHER ITEM</ButtonRounded>
Expand Down

0 comments on commit d7cdb66

Please sign in to comment.