Skip to content

Commit

Permalink
docs(blog): fix typos in shadcn post (#6277)
Browse files Browse the repository at this point in the history
  • Loading branch information
escwxyz authored Aug 23, 2024
1 parent 4c34444 commit c0551a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/blog/2024-03-19-ts-shadcn.md
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ For the sake of this simple demo, we are going to add some styling and update th
</details>
We'll also update the layout, menu and bradcrumb. So, update the `<Layout />` component at `./src/components/layout/index.tsx` to below for now:
We'll also update the layout, menu and breadcrumb. So, update the `<Layout />` component at `./src/components/layout/index.tsx` to below for now:
```tsx title="src/components/layout/index.tsx"
import { PropsWithChildren } from "react";
Expand Down Expand Up @@ -1154,7 +1154,7 @@ export const Menu = () => {
};
```
And update the `<Breadcurmb />` component like this:
And update the `<Breadcrumb />` component like this:
```tsx title="./src/components/breadcrumb/index.tsx"
import { useBreadcrumb } from "@refinedev/core";
Expand Down

0 comments on commit c0551a6

Please sign in to comment.