Skip to content

Commit

Permalink
Merge pull request #53 from spknetwork/fix-login-logo
Browse files Browse the repository at this point in the history
login logo
  • Loading branch information
Adesojisouljay authored Oct 17, 2024
2 parents 36ef4b7 + e5fdf2d commit 231e270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/components/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ export class Login extends BaseComponent<LoginProps, State> {
<>
{users.length === 0 && (
<div className="dialog-header">
<img src={logo} alt="Logo" />
<img src={`https://images.hive.blog/u/${global.hive_id}/avatar`} alt="Logo" />
<h2>{_t("login.title")}</h2>
</div>
)}
Expand All @@ -639,7 +639,7 @@ export class Login extends BaseComponent<LoginProps, State> {
})}
</div>
</div>
{/* <OrDivider /> */}
<OrDivider />
</>
)}

Expand Down

0 comments on commit 231e270

Please sign in to comment.