Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 29da9cf

Browse files
committed
fix: pixelated logos are ugly
1 parent dfddcc1 commit 29da9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Widget.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function Widget({ element }) {
2727
</button>
2828
</p>
2929
<p>
30-
<img src={logo} alt="Logo" width="100" height="*" />
30+
<img src={logo} alt="Logo" width="48" height="*" />
3131
</p>
3232
</div>
3333
);

0 commit comments

Comments
 (0)