1
0
mirror of synced 2026-01-06 15:01:04 -05:00

Merge pull request #23744 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2023-02-06 16:45:09 -08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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 />

View File

@@ -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>