Skip to content

Commit

Permalink
Update components/dashboard/src/Login.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Keromnes <[email protected]>
  • Loading branch information
laushinka and jankeromnes authored Dec 7, 2021
1 parent df25033 commit 5795c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export function Login() {
<div className="rounded-xl px-10 py-10 mx-auto">
<div className="mx-auto pb-8">
<img src={providerFromContext ? gitpod : gitpodIcon} className="h-14 mx-auto block dark:hidden" alt="Gitpod's logo" />
<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" />
</div>

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

0 comments on commit 5795c11

Please sign in to comment.