Fix component name, linting fixes

This commit is contained in:
Jackson Harper 2023-01-24 18:09:11 +08:00
parent 9391092a52
commit af97ccefd9
4 changed files with 4 additions and 4 deletions

View file

@ -111,7 +111,7 @@ export function LandingSectionsContainer(): JSX.Element {
<>
<p>
Save articles, PDFs, and Twitter threads as you come across them
using Omnivore's mobile apps and browser extensions. Read them
using Omnivore&aposs mobile apps and browser extensions. Read them
later using our distraction free reader.
</p>
</>

View file

@ -6,7 +6,7 @@ import {
import { LandingHeader } from '../components/templates/landing/LandingHeader'
import { LandingFooter } from '../components/templates/landing/LandingFooter'
import { PageMetaData } from '../components/patterns/PageMetaData'
import { About } from '../components/templates/about'
import { About } from '../components/templates/About'
const containerStyles = {
alignSelf: 'center',

View file

@ -9,7 +9,7 @@ import { useGetViewerQuery } from '../lib/networking/queries/useGetViewerQuery'
import { useRouter } from 'next/router'
import { PageMetaData } from '../components/patterns/PageMetaData'
import { LoadingView } from '../components/patterns/LoadingView'
import { About } from '../components/templates/about'
import { About } from '../components/templates/About'
const containerStyles = {
alignSelf: 'center',

View file

@ -6,7 +6,7 @@ import {
import { LandingHeader } from '../../components/templates/landing/LandingHeader'
import { LandingFooter } from '../../components/templates/landing/LandingFooter'
import { PageMetaData } from '../../components/patterns/PageMetaData'
import { About } from '../../components/templates/about'
import { About } from '../../components/templates/About'
const containerStyles = {
alignSelf: 'center',