We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df25033 commit 5795c11Copy full SHA for 5795c11
components/dashboard/src/Login.tsx
@@ -169,7 +169,7 @@ export function Login() {
169
<div className="rounded-xl px-10 py-10 mx-auto">
170
<div className="mx-auto pb-8">
171
<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" />
+ <img src={providerFromContext ? gitpodDark : gitpodIcon} className="h-14 hidden mx-auto dark:block" alt="Gitpod dark theme logo" />
173
</div>
174
175
<div className="mx-auto text-center pb-8 space-y-2">
0 commit comments