-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
coderwelsch
committed
Mar 12, 2024
1 parent
f293baf
commit fe3d287
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...mponents/breadcrumbs/breadcrumb-arrow.tsx → ...ponents/breadcrumbs/breadcrumbs-arrow.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import React from "react"; | ||
import { ChevronRightIcon } from "../../icons"; | ||
|
||
export const BreadcrumbArrow = () => { | ||
export const BreadcrumbsArrow = () => { | ||
return <ChevronRightIcon className="h-3 w-3 text-neutral-800" />; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters