From 3b745868b2f40c2ec496bb9ca82476cd654c8b55 Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Tue, 21 Oct 2025 12:22:22 +0530 Subject: [PATCH] feat(app): add mobile settings button --- src/components/EmptyChat.tsx | 5 ++--- .../Settings/SettingsButtonMobile.tsx | 21 +++++++++++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 src/components/Settings/SettingsButtonMobile.tsx diff --git a/src/components/EmptyChat.tsx b/src/components/EmptyChat.tsx index e40a338..d9b6686 100644 --- a/src/components/EmptyChat.tsx +++ b/src/components/EmptyChat.tsx @@ -4,14 +4,13 @@ import { File } from './ChatWindow'; import Link from 'next/link'; import WeatherWidget from './WeatherWidget'; import NewsArticleWidget from './NewsArticleWidget'; +import SettingsButtonMobile from '@/components/Settings/SettingsButtonMobile'; const EmptyChat = () => { return (