Skip to content

Commit

Permalink
Make the page title match the component name
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJenkinson authored Aug 23, 2021
1 parent d208114 commit e510767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/pages/docs/toast-bar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import Layout from '../../components/docs-layout';
import toast from 'react-hot-toast';

export const meta = {
title: '<ToasterBar/> API',
title: '<ToastBar/> API',
};

export default ({ children, meta }) => <Layout meta={meta}>{children}</Layout>;

# `<ToasterBar />` API
# `<ToastBar />` API

This is the **default toast component** rendered by the [Toaster](/docs/toaster). You can use this component in a [Toaster](/docs/toaster) with a custom render function to overwrite its defaults.

Expand Down

0 comments on commit e510767

Please sign in to comment.