Skip to content

Commit

Permalink
fixed typo in site sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaakov Ainspan committed Dec 19, 2020
1 parent a3d7ef1 commit e7f5d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const Steps = () => (
<>
<span className="text-toast-600">{'<div>'}</span>
<span className="text-toast-800">{'<Toaster/>'}</span>
<span className="text-toast-600">{'<div>'}</span>
<span className="text-toast-600">{'</div>'}</span>
</>
}
></Step>
Expand Down

0 comments on commit e7f5d31

Please sign in to comment.