Update app/dashboard/page.tsx

This commit is contained in:
yoginawaka 2025-02-22 06:32:29 +00:00
parent 885183a04a
commit b58a58e301

View File

@ -44,7 +44,7 @@ function DashboardContent() {
const [isSidebarOpen, setSidebarOpen] = useState(false); const [isSidebarOpen, setSidebarOpen] = useState(false);
const messagesEndRef = useRef<HTMLDivElement>(null); const messagesEndRef = useRef<HTMLDivElement>(null);
const [showLogout, setShowLogout] = useState(false); const [showLogout, setShowLogout] = useState(false);
const [userName, setUserName] = useState('ALMAZE'); const [userName, setUserName] = useState('SOVIRO');
const [avatarConfig, setAvatarConfig] = useState(() => genConfig()); const [avatarConfig, setAvatarConfig] = useState(() => genConfig());
const { ready, authenticated, logout: privyLogout } = usePrivy(); const { ready, authenticated, logout: privyLogout } = usePrivy();
const router = useRouter(); const router = useRouter();
@ -372,7 +372,7 @@ function DashboardContent() {
Icon={Compass} Icon={Compass}
label="COMPASS" label="COMPASS"
color="#1DA2FF" color="#1DA2FF"
onClick={() => setInput("How Almaze actually works?")} onClick={() => setInput("How Soviro actually works?")}
/> />
<IntegrationButton <IntegrationButton
Icon={Landmark} Icon={Landmark}