Commit 883aed3d by Chetan

url added in breadcrumb

1 parent 5ef61bb4
...@@ -32,7 +32,7 @@ const Detail = () => { ...@@ -32,7 +32,7 @@ const Detail = () => {
<Fragment> <Fragment>
<main> <main>
<section className="main-mt"> <section className="main-mt">
<div className="container mt-5"> <div className="container mt-3">
<div className="py-5"> <div className="py-5">
<ConfigProvider <ConfigProvider
theme={{ theme={{
...@@ -62,6 +62,7 @@ const Detail = () => { ...@@ -62,6 +62,7 @@ const Detail = () => {
}, },
{ {
title: activityById?.data?.attributes?.name, title: activityById?.data?.attributes?.name,
href: `/listing?category=${activityById?.data.attributes.category?.data?.id}`,
}, },
]} ]}
/> />
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!