Skip to content

Commit 9510372

Browse files
committed
[Landing] Small fix on logo image quality
1 parent 0146bd4 commit 9510372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

landing/src/components/common/LogoHead.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export function LogoHead() {
55
<img
66
alt="DevHub logo"
77
className="w-20 h-20 m-auto mb-6 bg-primary border-4 border-bg-less-2 rounded-full"
8-
src="/static/logo.png"
8+
src="/static/logo@2x.png"
99
/>
1010
)
1111
}

0 commit comments

Comments
 (0)