From ffb67f0a6da22e611a88ffb966bd765d36015b18 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Mon, 30 Sep 2024 22:01:37 -0400 Subject: [PATCH] fix: adjust hero image dimensions --- pkg/nebula/assets/static.pkl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/nebula/assets/static.pkl b/pkg/nebula/assets/static.pkl index 278447e58..d8f6de5f5 100644 --- a/pkg/nebula/assets/static.pkl +++ b/pkg/nebula/assets/static.pkl @@ -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"; }; };