Skip to content

Commit

Permalink
Update breadcrump separator to /
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Sep 29, 2024
1 parent 8a66746 commit b83ff1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cars/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const CarsPage = async ({ searchParams }: Props) => {
<Link href="/">Home</Link>
</BreadcrumbLink>
</BreadcrumbItem>
<BreadcrumbSeparator />
<BreadcrumbSeparator>/</BreadcrumbSeparator>
<BreadcrumbItem>
<BreadcrumbPage>Cars</BreadcrumbPage>
</BreadcrumbItem>
Expand Down

0 comments on commit b83ff1f

Please sign in to comment.