We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417ee19 commit e1dacafCopy full SHA for e1dacaf
libs/ui/lib/breadcrumbs/Breadcrumbs.tsx
@@ -11,7 +11,7 @@ export const Breadcrumbs = ({ data }: BreadcrumbsProps) => (
11
<ol className="text-xs font-mono uppercase mb-6">
12
{data.map(({ href, label }) => (
13
<li
14
- className="inline-block first-of-type:before:content-none
+ className="inline-block before:first-of-type:content-none
15
before:content-['/'] before:mx-2 before:text-gray-400"
16
key={`${href}-${label}`}
17
>
0 commit comments