File tree 3 files changed +9
-11
lines changed
3 files changed +9
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
7
7
import { useEffect } from "react" ;
8
8
import Alert from "../components/Alert" ;
9
- import gitpodIconUA from "../icons/gitpod-ua .svg" ;
9
+ import gitpodIconUA from "../icons/gitpod.svg" ;
10
10
import { gitpodHostUrl } from "../service/service" ;
11
11
12
12
export enum StartPhase {
@@ -116,6 +116,13 @@ export function StartPage(props: StartPageProps) {
116
116
</ a >
117
117
</ Alert >
118
118
) }
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 >
119
126
</ div >
120
127
</ div >
121
128
) ;
You can’t perform that action at this time.
0 commit comments