From e2ea0d5172e2a861189796995e409843513d95b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lobo?= <30907944+joaodiaslobo@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:48:39 +0000 Subject: [PATCH] fix: remove batch cv download button display condition (#717) --- .../components/Challenges/Challenge/index.tsx | 4 +++- layout/FAQs/components/FindUs/index.tsx | 6 +++++- layout/Sponsor/Visitors/Visitors.tsx | 14 ++++++-------- public/bean.html | 18 +++++++++--------- 4 files changed, 23 insertions(+), 19 deletions(-) diff --git a/layout/Challenges/components/Challenges/Challenge/index.tsx b/layout/Challenges/components/Challenges/Challenge/index.tsx index cd53aff2..d4d10b1c 100644 --- a/layout/Challenges/components/Challenges/Challenge/index.tsx +++ b/layout/Challenges/components/Challenges/Challenge/index.tsx @@ -43,7 +43,9 @@ export default function Challenge(props: IProps) { {props.title}
- {props.description.split("\n").map((e) => (

{e}

))} + {props.description.split("\n").map((e) => ( +

{e}

+ ))}
{props.hrefs && diff --git a/layout/FAQs/components/FindUs/index.tsx b/layout/FAQs/components/FindUs/index.tsx index fffee733..173328ff 100644 --- a/layout/FAQs/components/FindUs/index.tsx +++ b/layout/FAQs/components/FindUs/index.tsx @@ -12,7 +12,11 @@ export default function FindUs() {

SEI is free for participants and is organized by volunteers from - CeSIUM and from the university community. + + {" "} + CeSIUM + {" "} + and from the university community.

This years event will take place at Pedagogic Complex 2, Gualtar diff --git a/layout/Sponsor/Visitors/Visitors.tsx b/layout/Sponsor/Visitors/Visitors.tsx index f644c88f..f15f2bce 100644 --- a/layout/Sponsor/Visitors/Visitors.tsx +++ b/layout/Sponsor/Visitors/Visitors.tsx @@ -63,14 +63,12 @@ const SponsorVisitors: React.FC = () => { description="Veja quem está a visitar a sua empresa e já recebeu o seu badge" >

- {visitors.filter((v) => v.cv != null).length > 0 && ( - - )} +
{visitors.map((visitor) => (
- - - + + + bean - - -
- + + +
+
- - \ No newline at end of file + +