From a4483cf2559a14604eec212c1c0336f0150ef1cb Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 11 Dec 2023 12:18:47 +0000 Subject: [PATCH] Revert "Merge pull request #797 from arc53/fix_boxes_hero" This reverts commit 0bf020a1b4d0f0f00220e09cef9e1fdbaeaeb3bb, reversing changes made to a62566e8fb18f8cf59714d8615c30f7fd6c4cbc1. --- frontend/src/Hero.tsx | 18 +++++++++--------- frontend/src/Navigation.tsx | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/src/Hero.tsx b/frontend/src/Hero.tsx index 2d07e24be..cb55ca1fe 100644 --- a/frontend/src/Hero.tsx +++ b/frontend/src/Hero.tsx @@ -36,14 +36,14 @@ export default function Hero({ className = '' }: { className?: string }) {
{/* first */} -
+
{/* Add Mobile check here */} {isMobile ? ( @@ -84,11 +84,11 @@ export default function Hero({ className = '' }: { className?: string }) {
{/* second */} -
+
{/* Add Mobile check here */} {isMobile ? ( @@ -121,11 +121,11 @@ export default function Hero({ className = '' }: { className?: string }) {
{/* third */} -
+
{/* Add Mobile check here */} {isMobile ? ( diff --git a/frontend/src/Navigation.tsx b/frontend/src/Navigation.tsx index c7b51cb10..d3df8b445 100644 --- a/frontend/src/Navigation.tsx +++ b/frontend/src/Navigation.tsx @@ -242,7 +242,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {

{conversations && ( -
+

Chats

{conversations?.map((conversation) => (