diff --git a/components/dashboard/src/icons/gitpod-ua.svg b/components/dashboard/src/icons/gitpod-ua.svg new file mode 100644 index 00000000000000..acc53cbd80731f --- /dev/null +++ b/components/dashboard/src/icons/gitpod-ua.svg @@ -0,0 +1,2 @@ + + diff --git a/components/dashboard/src/start/StartPage.tsx b/components/dashboard/src/start/StartPage.tsx index 9f86c156cd6afb..366adbf88dfb3a 100644 --- a/components/dashboard/src/start/StartPage.tsx +++ b/components/dashboard/src/start/StartPage.tsx @@ -5,7 +5,7 @@ */ import { useEffect } from 'react'; -import gitpodIcon from '../icons/gitpod.svg'; +import gitpodIconUA from '../icons/gitpod-ua.svg'; export enum StartPhase { Checking = 0, @@ -87,7 +87,7 @@ export function StartPage(props: StartPageProps) { return