We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec039f commit 825604dCopy full SHA for 825604d
1 file changed
src/sections/Landing.astro
@@ -57,7 +57,7 @@ const progress = ((await getSponsoredAmount()) / goalAmount) * 100;
57
</p> -->
58
59
<img
60
- src="/assets/main.jpg"
+ src="/7/assets/main.jpg"
61
class="w-full rounded-lg border border-white lg:w-1/2"
62
alt="main"
63
/>
0 commit comments