From 86b6d24420c872cb3ddd7e86d35a3e359d519b9f Mon Sep 17 00:00:00 2001
From: Sanan507 <227714367+Sanan507@users.noreply.github.com>
Date: Thu, 27 Aug 2026 02:22:35 +0000
Subject: [PATCH] chore: complete daily review run
---
frontend/src/App.tsx | 2 +-
frontend/src/components/AlgoRaceLogo.tsx | 2 +-
frontend/src/components/Sidebar.tsx | 3 ++-
frontend/src/pages/LandingPage.tsx | 21 ++++++++++++++++-----
4 files changed, 20 insertions(+), 8 deletions(-)
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index b1e002b..afeda7f 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -227,7 +227,7 @@ export default function App() {
{/* Mobile Header Bar */}
setActive('landing')} style={{ cursor: 'pointer' }}>
-
+
{mobileOpen && onMobileClose && (
@@ -128,7 +129,7 @@ export function Sidebar({
- AlgoRace
+ AlgoRace v2.0
React · Spring Boot · 60 FPS
diff --git a/frontend/src/pages/LandingPage.tsx b/frontend/src/pages/LandingPage.tsx
index 359a051..2eddd7b 100644
--- a/frontend/src/pages/LandingPage.tsx
+++ b/frontend/src/pages/LandingPage.tsx
@@ -1,5 +1,4 @@
import { useState, lazy, Suspense } from 'react';
-import { AlgoRaceLogo } from '../components/AlgoRaceLogo';
import {
BarChart3,
Binary,
@@ -61,7 +60,13 @@ export function LandingPage({ onNavigate, darkMode, setDarkMode }: Props) {
{/* Top Header / Sticky Nav */}