mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
fix: adjust hero image dimensions
This commit is contained in:
parent
e00cca3c86
commit
ffb67f0a6d
@ -15,8 +15,8 @@ hero = new Hero {
|
|||||||
};
|
};
|
||||||
image = new Image {
|
image = new Image {
|
||||||
src = "https://cdn.sonr.id/img/hero-clipped.svg";
|
src = "https://cdn.sonr.id/img/hero-clipped.svg";
|
||||||
width = "640";
|
width = "560";
|
||||||
height = "640";
|
height = "560";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user