mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
fix: adjust hero image dimensions
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user