Pages Config
This commit is contained in:
@@ -5,7 +5,7 @@ import {Link} from "react-router-dom";
|
||||
export const BreadcumbComponent = (props) => {
|
||||
return (
|
||||
<div>
|
||||
<Breadcrumb style={{marginBottom: 10}}>
|
||||
<Breadcrumb>
|
||||
{props.data.map((e, index) => (
|
||||
<Breadcrumb.Item key={index}>
|
||||
<Link to={e.route}>
|
||||
|
||||
Reference in New Issue
Block a user