File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
frontend/src/components/HomePage Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,10 @@ import { hidden } from '@/utils.js'
4646 </div >
4747 <img
4848 v-if =" !hidden"
49+ width =" 376"
50+ height =" 327"
4951 src =" /images/features.webp"
5052 alt =" Features"
51- class =" h-auto"
5253 fetchpriority =" low"
5354 />
5455 </div >
@@ -67,6 +68,8 @@ import { hidden } from '@/utils.js'
6768 <img
6869 v-if =" !hidden"
6970 src =" /images/configuration.webp"
71+ width =" 382"
72+ height =" 245"
7073 alt =" configuration"
7174 fetchpriority =" low"
7275 />
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const triggerConfetti = () => {
8383 v-if =" !hidden"
8484 class =" before:pointer-events-none before:absolute before:bottom-[18rem] before:right-[-30px] before:-z-10 before:h-[400px] before:w-[400px] before:rounded-full before:bg-[#A80026]/40 before:blur-[200px] before:content-['']"
8585 >
86- <img src =" /images/ValoryLogo3D.webp" height =" 321" alt =" Valory 3D" fetchpriority =" high" />
86+ <img src =" /images/ValoryLogo3D.webp" height =" 321" width = " 314 " alt =" Valory 3D" fetchpriority =" high" />
8787 </div >
8888 </section >
8989</template >
You can’t perform that action at this time.
0 commit comments