refactor: update hero image dimensions

This commit is contained in:
Prad Nukala
2024-09-30 21:53:42 -04:00
parent 48b197890e
commit 2dd7118c40
2 changed files with 2 additions and 45 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ hero = new Hero {
};
image = new Image {
src = "https://cdn.sonr.id/img/hero-clipped.svg";
width = "560";
height = "560";
width = "640";
height = "640";
};
};