We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b7e71 commit 4edcefbCopy full SHA for 4edcefb
components/BreadCrumbs/index.tsx
@@ -14,7 +14,7 @@ interface BreadCrumbsProps {
14
15
const BreadCrumbs: React.FC<BreadCrumbsProps> = ({ data }) => {
16
return (
17
- <div className="border-b sticky top-[70px] z-1 bg-secondaryOrange px-6 py-2 lg:top-[106px] lg:px-10">
+ <div className="border-b sticky top-[70px] z-1 bg-secondaryOrange px-6 py-2 lg:top-[86px] ">
18
<Breadcrumb className="mx-1">
19
<BreadcrumbList className="">
20
{data.map((item, index) => (
0 commit comments