Skip to content

Commit 5795c11

Browse files
Laurie T. Malaujankeromnes
Laurie T. Malau
andauthored
Update components/dashboard/src/Login.tsx
Co-authored-by: Jan Keromnes <jan.keromnes@typefox.io>
1 parent df25033 commit 5795c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export function Login() {
169169
<div className="rounded-xl px-10 py-10 mx-auto">
170170
<div className="mx-auto pb-8">
171171
<img src={providerFromContext ? gitpod : gitpodIcon} className="h-14 mx-auto block dark:hidden" alt="Gitpod's logo" />
172-
<img src={gitpodDark} className="h-14 hidden mx-auto dark:block" alt="Gitpod dark theme logo" />
172+
<img src={providerFromContext ? gitpodDark : gitpodIcon} className="h-14 hidden mx-auto dark:block" alt="Gitpod dark theme logo" />
173173
</div>
174174

175175
<div className="mx-auto text-center pb-8 space-y-2">

0 commit comments

Comments
 (0)