feat: breadcrumbs for My Pages
This commit is contained in:
9
components/MyPages/Breadcrumbs/Breadcrumb.tsx
Normal file
9
components/MyPages/Breadcrumbs/Breadcrumb.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import styles from "./breadcrumbs.module.css"
|
||||
|
||||
export default function Breadcrumb({ children }: React.PropsWithChildren) {
|
||||
return (
|
||||
<li className={styles.listItem}>
|
||||
<p className={styles.currentPage}>{children}</p>
|
||||
</li>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user