mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Fixed flow error
This commit is contained in:
parent
08fe9dbb0d
commit
53d915f013
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import Page, { SectionHeading, Heading, Subheading } from '../components/Page';
|
|||
|
||||
export default function About() {
|
||||
return (
|
||||
<Page showEmailCapture={false}>
|
||||
<Page showEmailCapture={false} displayProgress={false}>
|
||||
<NextSeo
|
||||
config={{
|
||||
title: 'Security Checklist · About',
|
||||
|
|
|
|||
Loading…
Reference in a new issue