From 0101a5a45ca95a304ad8672ae2bae225d89366b5 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 28 Sep 2022 15:38:39 +0800 Subject: [PATCH] Update icons to better fit text --- .../templates/landing/LandingSectionsContainer.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web/components/templates/landing/LandingSectionsContainer.tsx b/packages/web/components/templates/landing/LandingSectionsContainer.tsx index 0d8dde695..a954888c3 100644 --- a/packages/web/components/templates/landing/LandingSectionsContainer.tsx +++ b/packages/web/components/templates/landing/LandingSectionsContainer.tsx @@ -2,7 +2,7 @@ import Link from 'next/link' import { VStack, Box, SpanBox } from '../../elements/LayoutPrimitives' import { CurvedUnderlineIcon } from '../../elements/images/CurvedUnderlineIcon' import { Button } from '../../elements/Button' -import { MagnifyingGlass, Palette, MegaphoneSimple, Binoculars, ArrowRight } from 'phosphor-react' +import { MagnifyingGlass, Palette, EnvelopeSimple, FloppyDisk, ArrowRight } from 'phosphor-react' import { LandingSection } from './LandingSection' const buttonStyles = { @@ -199,7 +199,7 @@ export function LandingSectionsContainer({ sizes="auto 50vw, auto 50vw" /> } - icon={} + icon={} /> )} {!hideFourth && ( @@ -224,7 +224,7 @@ export function LandingSectionsContainer({ sizes="auto 50vw, auto 50vw" /> } - icon={} + icon={} containerStyles={reversedSectionStyles} /> )}