From e2c1a81ef55256226238e0bc9bc2d497e2f9e13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=85=E8=A5=BF?= Date: Mon, 25 May 2026 12:30:43 +0800 Subject: [PATCH] fix: use ApeCloud logo on home page --- ui/desktop/src/components/onboarding/OnboardingGuard.tsx | 6 +++--- ui/desktop/src/components/sessions/SessionsInsights.tsx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/desktop/src/components/onboarding/OnboardingGuard.tsx b/ui/desktop/src/components/onboarding/OnboardingGuard.tsx index 36878af5d7b6..24bfc1bf7db6 100644 --- a/ui/desktop/src/components/onboarding/OnboardingGuard.tsx +++ b/ui/desktop/src/components/onboarding/OnboardingGuard.tsx @@ -2,7 +2,7 @@ import { useEffect, useRef, useState } from 'react'; import { useNavigate } from 'react-router-dom'; import { useConfig } from '../ConfigContext'; import { useModelAndProvider } from '../ModelAndProviderContext'; -import { Goose } from '../icons'; +import apeCloudLogo from '../../images/logo.png'; import { Button } from '../ui/button'; import ProviderSelector from './ProviderSelector'; import OnboardingSuccess from './OnboardingSuccess'; @@ -154,7 +154,7 @@ export default function OnboardingGuard({ children }: OnboardingGuardProps) {
- + ApeMind Agent

{intl.formatMessage(i18n.checkProviderErrorTitle)}

{intl.formatMessage(i18n.checkProviderErrorDescription)}

@@ -187,7 +187,7 @@ export default function OnboardingGuard({ children }: OnboardingGuardProps) { className={`text-left transition-all duration-500 ease-in-out overflow-hidden ${hasSelection ? 'max-h-0 opacity-0 mb-0' : 'max-h-60 opacity-100 mb-8'}`} >
- + ApeMind Agent

{intl.formatMessage(i18n.welcomeTitle)}

diff --git a/ui/desktop/src/components/sessions/SessionsInsights.tsx b/ui/desktop/src/components/sessions/SessionsInsights.tsx index 7d92267efb5f..e136e21ec2c3 100644 --- a/ui/desktop/src/components/sessions/SessionsInsights.tsx +++ b/ui/desktop/src/components/sessions/SessionsInsights.tsx @@ -6,7 +6,7 @@ import { Greeting } from '../common/Greeting'; import { useNavigate } from 'react-router-dom'; import { Button } from '../ui/button'; import { ChatSmart } from '../icons/'; -import { Goose } from '../icons/Goose'; +import GooseLogo from '../GooseLogo'; import { Skeleton } from '../ui/skeleton'; import { getSessionInsights, @@ -152,7 +152,7 @@ export function SessionInsights() {

- +
@@ -245,7 +245,7 @@ export function SessionInsights() {
- +