diff --git a/packages/web/components/templates/LoginLayout.tsx b/packages/web/components/templates/LoginLayout.tsx index e2d4a954e..421e6c8fe 100644 --- a/packages/web/components/templates/LoginLayout.tsx +++ b/packages/web/components/templates/LoginLayout.tsx @@ -7,7 +7,7 @@ import { } from '../elements/LayoutPrimitives' import { LoginForm } from './LoginForm' import type { LoginFormProps } from './LoginForm' -import { OmnivoreFestiveLogo } from '../elements/images/OmnivoreFestiveLogo' +import { OmnivoreNameLogo } from '../elements/images/OmnivoreNameLogo' import { theme } from '../tokens/stitches.config' export function LoginLayout(props: LoginFormProps): JSX.Element { @@ -34,7 +34,7 @@ export function LoginLayout(props: LoginFormProps): JSX.Element { width: '100%', }} > - diff --git a/packages/web/components/templates/OnboardingLayout.tsx b/packages/web/components/templates/OnboardingLayout.tsx index 19ab1c73e..ac63d1c52 100644 --- a/packages/web/components/templates/OnboardingLayout.tsx +++ b/packages/web/components/templates/OnboardingLayout.tsx @@ -1,7 +1,7 @@ import React, { ReactNode } from 'react' import { PageMetaData } from '../patterns/PageMetaData' import { VStack, HStack, Box } from '../elements/LayoutPrimitives' -import { OmnivoreFestiveLogo } from '../elements/images/OmnivoreFestiveLogo' +import { OmnivoreNameLogo } from '../elements/images/OmnivoreNameLogo' import { StyledText } from '../elements/StyledText' import { Button } from '../elements/Button' import { useRouter } from 'next/router' @@ -123,7 +123,7 @@ export const OnboardingLayout = ({ }} alignment="center" > - + - diff --git a/packages/web/components/templates/landing/LandingFooter.tsx b/packages/web/components/templates/landing/LandingFooter.tsx index 9e199b184..29477228e 100644 --- a/packages/web/components/templates/landing/LandingFooter.tsx +++ b/packages/web/components/templates/landing/LandingFooter.tsx @@ -1,6 +1,4 @@ -import { OmnivoreFestiveLogo } from '../../elements/images/OmnivoreFestiveLogo' import Link from 'next/link' -import Image from 'next/image' import { Box, HStack } from '../../elements/LayoutPrimitives' import { GithubLogo, DiscordLogo, TwitterLogo } from 'phosphor-react' diff --git a/packages/web/components/templates/landing/LandingHeader.tsx b/packages/web/components/templates/landing/LandingHeader.tsx index ce7f11983..d50739b38 100644 --- a/packages/web/components/templates/landing/LandingHeader.tsx +++ b/packages/web/components/templates/landing/LandingHeader.tsx @@ -1,6 +1,6 @@ import Link from 'next/link' import { Box, SpanBox } from '../../elements/LayoutPrimitives' -import { OmnivoreFestiveLogo } from '../../elements/images/OmnivoreFestiveLogo' +import { OmnivoreNameLogo } from '../../elements/images/OmnivoreNameLogo' const containerStyles = { position: 'absolute', @@ -35,7 +35,7 @@ const textStyles = { export function LandingHeader(): JSX.Element { return ( - +