Skip to content

Commit 4f881b7

Browse files
gtsiolisroboquat
authored andcommitted
Replace UA logo
1 parent 84566c6 commit 4f881b7

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

components/dashboard/src/icons/gitpod-ua.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 9 deletions
Loading

components/dashboard/src/start/StartPage.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import { useEffect } from "react";
88
import Alert from "../components/Alert";
9-
import gitpodIconUA from "../icons/gitpod-ua.svg";
9+
import gitpodIconUA from "../icons/gitpod.svg";
1010
import { gitpodHostUrl } from "../service/service";
1111

1212
export enum StartPhase {
@@ -116,6 +116,13 @@ export function StartPage(props: StartPageProps) {
116116
</a>
117117
</Alert>
118118
)}
119+
<div className="absolute bottom-4 right-4 text-gray-400 dark:text-gray-500 text-xs font-medium tracking-wide">
120+
<span className="mr-1 align-middle">Stand with Ukraine</span>{" "}
121+
<svg width="14" height="14" className="inline-block" fill="none" xmlns="http://www.w3.org/2000/svg">
122+
<path d="M14 7A7 7 0 1 0 0 7h14Z" fill="#015BBB" />
123+
<path d="M0 7a7 7 0 1 0 14 0H0Z" fill="#FC0" />
124+
</svg>
125+
</div>
119126
</div>
120127
</div>
121128
);

0 commit comments

Comments
 (0)