From a5ccfe23516b59ce2d50810ed6531d873e82c7ac Mon Sep 17 00:00:00 2001 From: Aliu Salaudeen Date: Thu, 28 Sep 2023 17:20:40 +0100 Subject: [PATCH] biome formatting --- .../layouts/braindao-team/index.tsx | 154 +++++++++--------- 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/src/components/layouts/braindao-team/index.tsx b/src/components/layouts/braindao-team/index.tsx index 39eb7b7..6e98aa8 100644 --- a/src/components/layouts/braindao-team/index.tsx +++ b/src/components/layouts/braindao-team/index.tsx @@ -1,84 +1,84 @@ -import { LinkedInIcon } from '@/components/icons/LinkedIn'; -import { TwitterIcon } from '@/components/icons/Twitter'; -import Image from 'next/image'; -import React from 'react'; +import { LinkedInIcon } from "@/components/icons/LinkedIn"; +import { TwitterIcon } from "@/components/icons/Twitter"; +import Image from "next/image"; +import React from "react"; const TeamCard = () => { - return ( -
-
- -
-
-
-
-

- Cesar Rodriguez -

-

- Chief Technology Officer -

-
-
-
-
-
-
-
-
-
-
-
- ); + return ( +
+
+ +
+
+
+
+

+ Cesar Rodriguez +

+

+ Chief Technology Officer +

+
+
+
+
+
+
+
+
+
+
+
+ ); }; const BraindaoTeam = () => { - return ( -
-
-

- Humans of BrainDAO -

-
- - Product Team - -
- - - - - - - - - - - - -
-
-
- - Editors - -
- - - - - - - - - - - - -
-
-
-
- ); + return ( +
+
+

+ Humans of BrainDAO +

+
+ + Product Team + +
+ + + + + + + + + + + + +
+
+
+ + Editors + +
+ + + + + + + + + + + + +
+
+
+
+ ); }; export default BraindaoTeam;