From 38db6c67cf8c8cbadc731cc2a370cf0f5576d672 Mon Sep 17 00:00:00 2001 From: gitstart-omnivore Date: Mon, 11 Apr 2022 19:52:30 +0000 Subject: [PATCH] Fixed lint issues --- .../templates/landing/LandingFooter.tsx | 63 +++++++++++++------ .../templates/landing/LandingHeader.tsx | 9 ++- 2 files changed, 49 insertions(+), 23 deletions(-) diff --git a/packages/web/components/templates/landing/LandingFooter.tsx b/packages/web/components/templates/landing/LandingFooter.tsx index 332efe5df..512d999b4 100644 --- a/packages/web/components/templates/landing/LandingFooter.tsx +++ b/packages/web/components/templates/landing/LandingFooter.tsx @@ -1,4 +1,6 @@ import { OmnivoreNameLogo } from '../../elements/images/OmnivoreNameLogo'; +import Link from 'next/link' +import Image from 'next/image' import { Box, HStack } from '../../elements/LayoutPrimitives'; const containerStyles = { @@ -67,10 +69,15 @@ const supportStyles = { } const imageStyles = { - maxWidth: 180, + maxWidth: 190, width: '100%', } +const socialIconContainerStyles = { + maxWidth: 32, + maxHeight: 32, +} + export function LandingFooter(): JSX.Element { return ( @@ -78,30 +85,46 @@ export function LandingFooter(): JSX.Element { Everything you read. Safe, organized, and easy to share. - - twitter - - - github - - - discord - + + + + twitter + + + + + + + github + + + + + + + discord + + + © 2022 Omnivore - - app-store - -
- - play-store - + + + + app-store + + + + + + + app-store + + +
Contact diff --git a/packages/web/components/templates/landing/LandingHeader.tsx b/packages/web/components/templates/landing/LandingHeader.tsx index 5c7bef4e8..6eeaaa0ec 100644 --- a/packages/web/components/templates/landing/LandingHeader.tsx +++ b/packages/web/components/templates/landing/LandingHeader.tsx @@ -1,3 +1,4 @@ +import Link from 'next/link' import { Box, SpanBox } from '../../elements/LayoutPrimitives' import { theme } from '../../tokens/stitches.config' import { OmnivoreNameLogo } from '../../elements/images/OmnivoreNameLogo' @@ -38,9 +39,11 @@ export function LandingHeader(): JSX.Element { - - Log in - + + + Log in + +