fix: move Cyber Essentials badge to who-is section + about page, drop hero/footer placements
This commit is contained in:
@@ -5,6 +5,7 @@ import Layout from '../components/layout'
|
||||
import Seo from '../components/seo'
|
||||
|
||||
import { Section } from '../components/shared'
|
||||
import CertBadge from '../components/shared/certBadge'
|
||||
import {
|
||||
SectionHeading,
|
||||
SectionDesc
|
||||
@@ -37,6 +38,7 @@ const About: React.FC<PageProps<unknown>> = ({ location }) => {
|
||||
</a>
|
||||
.
|
||||
</SectionDesc>
|
||||
<CertBadge />
|
||||
</div>
|
||||
</div>
|
||||
</Section>
|
||||
|
||||
Reference in New Issue
Block a user