From e0b673fc742c33b5c0776af91ee854c338771a51 Mon Sep 17 00:00:00 2001 From: frikky Date: Fri, 17 Mar 2023 00:44:36 +0100 Subject: [PATCH] Added Org image as part of welcome --- frontend/src/views/Welcome.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/Welcome.jsx b/frontend/src/views/Welcome.jsx index 06c6352f..1305d21d 100644 --- a/frontend/src/views/Welcome.jsx +++ b/frontend/src/views/Welcome.jsx @@ -311,8 +311,11 @@ const Welcome = (props) => { height: 150, margin: "auto", marginTop: 30, + borderRadius: 75, + objectFit: "scale-down", } + const experienced_image = userdata !== undefined && userdata !== null && userdata.active_org !== undefined && userdata.active_org.image !== undefined && userdata.active_org.image !== null && userdata.active_org.image !== "" ? userdata.active_org.image : "/images/social/shuffle_logo_round.png" return (
{/* @@ -473,9 +476,10 @@ const Welcome = (props) => { Experienced - + + - You know Shuffle well. Head to the product right away! + You know Shuffle well. Head to your organization right away!