From 5cba0b1c97f8321b4d105088e1203c9e6cdcfc63 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Mon, 1 Sep 2025 20:41:16 +0000 Subject: [PATCH] Slightly increase the size of the platform's logo and title Increase the size of the logo and the main title of the homepage from `w-10 h-10` to `w-12 h-12` and the text size from `text-2xl` to `text-3xl` in `client/src/pages/home.tsx`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 890577b1-c154-40a4-a177-a0c6d55320c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/890577b1-c154-40a4-a177-a0c6d55320c3/2xHHKQn --- client/src/pages/home.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 56edc58..cbc2def 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -69,10 +69,10 @@ export default function Home() { {/* Left side - Logo */}