fix: adjust hero image dimensions

This commit is contained in:
Prad Nukala
2024-09-30 22:01:37 -04:00
parent e00cca3c86
commit ffb67f0a6d
+2 -2
View File
@@ -15,8 +15,8 @@ hero = new Hero {
};
image = new Image {
src = "https://cdn.sonr.id/img/hero-clipped.svg";
width = "640";
height = "640";
width = "560";
height = "560";
};
};