Update app/dashboard/page.tsx
This commit is contained in:
parent
885183a04a
commit
b58a58e301
@ -44,7 +44,7 @@ function DashboardContent() {
|
||||
const [isSidebarOpen, setSidebarOpen] = useState(false);
|
||||
const messagesEndRef = useRef<HTMLDivElement>(null);
|
||||
const [showLogout, setShowLogout] = useState(false);
|
||||
const [userName, setUserName] = useState('ALMAZE');
|
||||
const [userName, setUserName] = useState('SOVIRO');
|
||||
const [avatarConfig, setAvatarConfig] = useState(() => genConfig());
|
||||
const { ready, authenticated, logout: privyLogout } = usePrivy();
|
||||
const router = useRouter();
|
||||
@ -372,7 +372,7 @@ function DashboardContent() {
|
||||
Icon={Compass}
|
||||
label="COMPASS"
|
||||
color="#1DA2FF"
|
||||
onClick={() => setInput("How Almaze actually works?")}
|
||||
onClick={() => setInput("How Soviro actually works?")}
|
||||
/>
|
||||
<IntegrationButton
|
||||
Icon={Landmark}
|
||||
|
Loading…
x
Reference in New Issue
Block a user