Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
increase logo's size
Browse files Browse the repository at this point in the history
  • Loading branch information
p0o committed May 13, 2021
1 parent 46a2cdb commit 30a4e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet/src/components/common/Logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function ({ block, slp }) {
color: #7c3aed;
text-align: center;
text-decoration: none;
width: ${slp ? "250px" : "100px"};
width: ${slp ? "280px" : "100px"};
`;

if (block) {
Expand Down

0 comments on commit 30a4e8c

Please sign in to comment.