fix: adjust hero image dimensions

This commit is contained in:
Prad Nukala 2024-09-30 22:01:37 -04:00
parent e00cca3c86
commit ffb67f0a6d

View File

@ -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";
}; };
}; };