From 083335c0102f880c33c08d2d4071e02408c7d39e Mon Sep 17 00:00:00 2001 From: Sosokker Date: Thu, 28 Nov 2024 05:48:52 +0700 Subject: [PATCH] fix: lint --- .env.example | 3 +++ src/app/(legal)/about/page.tsx | 3 ++- src/components/navigationBar/mobileMenu.tsx | 1 - src/components/navigationBar/nav.tsx | 1 - 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 6e40ab8..c56c30f 100644 --- a/.env.example +++ b/.env.example @@ -24,3 +24,6 @@ NEXT_PUBLIC_ADMIN_PASSWORD=admin-secure-password # Temporary Regular User Credentials for Testing (Delete after test completion) NEXT_PUBLIC_TEST_USER_EMAIL=test-user@example.com NEXT_PUBLIC_TEST_USER_PASSWORD=test-user-password + +# CAPTCHA +NEXT_PUBLIC_SITEKEY=captcha-sitekey-key \ No newline at end of file diff --git a/src/app/(legal)/about/page.tsx b/src/app/(legal)/about/page.tsx index bc7ae3e..ac15faf 100644 --- a/src/app/(legal)/about/page.tsx +++ b/src/app/(legal)/about/page.tsx @@ -88,9 +88,10 @@ export default function About() {

we have built a team and a network of the top people from

the startup, venture capital, and investment worlds.

- {founderData.map((profile) => { + {founderData.map((profile, index) => { return (