From 5cca03a1f4041e9cceece99ca7b4c0369569f4cc Mon Sep 17 00:00:00 2001 From: Zhang Ziqing Date: Mon, 24 Oct 2022 23:17:08 +0800 Subject: [PATCH] [offers][chore] fix description in landing page --- apps/portal/src/pages/offers/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/portal/src/pages/offers/index.tsx b/apps/portal/src/pages/offers/index.tsx index 669dc96c..11218b77 100644 --- a/apps/portal/src/pages/offers/index.tsx +++ b/apps/portal/src/pages/offers/index.tsx @@ -15,7 +15,7 @@ import { HOME_URL } from '~/components/offers/types'; const features = [ { description: - 'Name of the profile creator is stricly anonymous by using randomly generated names.', + 'Profile names are randomly generated to keep your offers strictly anonymous.', icon: UsersIcon, name: 'Anonymized Profile Name', }, @@ -79,7 +79,7 @@ const footerNavigation = { export default function LandingPage() { return ( -
+
{/* Hero section */}