Update app/dashboard/page.tsx

This commit is contained in:
yoginawaka 2025-02-21 18:35:29 +00:00
parent e5b1635e2c
commit b59bf82649

View File

@ -348,7 +348,7 @@ function DashboardContent() {
<div className="flex-1 p-8 flex flex-col items-center justify-center max-w-3xl mx-auto w-full">
{messages.length === 0 ? (
<>
<WelcomeHeader name={userName} version="v1.0 - Launching ALMAZE" />
<WelcomeHeader name={userName} version="v1.0 - Launching SOVIRO" />
<p className="text-gray-500 text-center mb-8 max-w-lg">
Ready to help you with your tasks and questions.
</p>