Alexey Pyltsyn
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
beta/src/components/PageHeading.tsx
|
|
@ -25,7 +25,7 @@ function PageHeading({ |
|
|
|
<div className="px-5 sm:px-12 pt-5"> |
|
|
|
<div className="max-w-4xl ml-0 2xl:mx-auto"> |
|
|
|
{tags ? <Breadcrumbs /> : null} |
|
|
|
<H1 className="mt-0 text-primary dark:text-primary-dark -mx-.5" id=""> |
|
|
|
<H1 className="mt-0 text-primary dark:text-primary-dark -mx-.5"> |
|
|
|
{title} |
|
|
|
{status ? <em>—{status}</em> : ''} |
|
|
|
</H1> |
|
|
|