Skip to content

Commit

Permalink
Merge pull request #13 from rafegoldberg/chore/website/update-types-copy
Browse files Browse the repository at this point in the history
docs(website): match types copy to readme.md
  • Loading branch information
emilkowalski authored Feb 24, 2023
2 parents f5ea3d5 + a6e6253 commit 09ecc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Types/Types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const Types = () => {
<div>
<h2>Types</h2>
<p>
You can add <code>richColors</code> prop to make error and success toasts more colorful
You can customize the type of toast you want to render, and pass an options object as the second argument.
</p>
<div className="buttons">
{allTypes.map((type) => (
Expand Down

1 comment on commit 09ecc88

@vercel
Copy link

@vercel vercel bot commented on 09ecc88 Feb 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.