fix: update hero image height in config.pkl

This commit is contained in:
Prad Nukala
2024-09-30 21:27:02 -04:00
parent 36ad1448df
commit bfa78063a7
6 changed files with 56 additions and 25 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ hero = new Hero {
image = new Image {
src = "https://cdn.sonr.id/img/hero-clipped.svg";
width = "560";
height = "560;
height = "560";
};
};