@@ -47,7 +47,7 @@ export const ArticlePage = () => {
|
||||
<ClientSideHighlight />
|
||||
{router.pathname.includes('/rest/') && <RestRedirect />}
|
||||
<div className="container-xl px-3 px-md-6 my-4">
|
||||
<div className={cx('my-3 mr-auto width-full')} data-search="breadcrumbs">
|
||||
<div className={cx('my-3 mr-auto width-full')}>
|
||||
<Breadcrumbs />
|
||||
</div>
|
||||
<ArticleGridLayout
|
||||
|
||||
@@ -34,7 +34,7 @@ export const ProductLanding = () => {
|
||||
<div data-search="article-body">
|
||||
{router.query.productId === 'rest' && <RestRedirect />}
|
||||
<LandingSection className="pt-3">
|
||||
<div className={cx('my-3 mr-auto width-full')} data-search="breadcrumbs">
|
||||
<div className={cx('my-3 mr-auto width-full')}>
|
||||
<Breadcrumbs />
|
||||
</div>
|
||||
<LandingHero />
|
||||
|
||||
@@ -38,7 +38,7 @@ export const TocLanding = () => {
|
||||
<ClientSideRedirects />
|
||||
|
||||
<div className="container-xl px-3 px-md-6 my-4">
|
||||
<div className={cx('my-3 mr-auto width-full')} data-search="breadcrumbs">
|
||||
<div className={cx('my-3 mr-auto width-full')}>
|
||||
<Breadcrumbs />
|
||||
</div>
|
||||
<ArticleGridLayout>
|
||||
|
||||
Reference in New Issue
Block a user