feat(shared): Modal for all MDX and Strapi content
This commit is contained in:
parent
39dd5ebaa2
commit
0b40f6f347
9 changed files with 84 additions and 42 deletions
|
@ -15,7 +15,7 @@ const Breadcrumbs = ({ crumbs=[], title }) => (
|
|||
<React.Fragment key={crumb[1]}>
|
||||
<li className="text-base-content px-2">»</li>
|
||||
<li>
|
||||
{crumb[2]
|
||||
{crumb[1]
|
||||
? (
|
||||
<Link href={crumb[1]}>
|
||||
<a title={crumb[0]} className="text-secondary hover:text-secondary-focus">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue