mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix component name, linting fixes
This commit is contained in:
parent
9391092a52
commit
af97ccefd9
4 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
</>
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue