From b9dd876391995d0e4a0bbce3097dfae333bc0dca Mon Sep 17 00:00:00 2001 From: Pranav Rajveer Date: Mon, 6 Nov 2023 18:03:41 +0530 Subject: [PATCH] checks --- src/components/LandingHero.tsx | 12 +++++++----- src/components/Navbar.tsx | 6 +++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/components/LandingHero.tsx b/src/components/LandingHero.tsx index 3e3273a..68abc06 100644 --- a/src/components/LandingHero.tsx +++ b/src/components/LandingHero.tsx @@ -20,10 +20,10 @@ export default function LandingHero() {
- Build like a team of hundreds - _ + Web3 payments for the + Internet.. 🌐
-
+

{"Appwrite's"} open-source platform lets you add Auth, DBs, Functions and Storage to your product and build any application @@ -31,10 +31,12 @@ export default function LandingHero() { languages and tools.

- -
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 20e648b..4fe60d8 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -11,7 +11,7 @@ import { Button } from "@/components/ui/button"; const internalLinks = [ { name: "Docs", link: "" }, - { name: "Communty", link: "" }, + { name: "Community", link: "" }, ]; const externalLinks = [ @@ -58,8 +58,8 @@ function Navbar() { {/*Internal Links*/}
-

FlitchPay

-
+

FlitchPay

+
{internalLinks.map((link) => ( {link.name}