diff --git a/frontend/src/Hero.tsx b/frontend/src/Hero.tsx index cb55ca1..2d07e24 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 d3df8b4..c7b51cb 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) => (