Skip to content

Commit b4b6190

Browse files
authored
Fix image source typo in index.html
1 parent c86d85a commit b4b6190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ <h2 class="text-3xl font-bold text-slate-900 dark:text-white font-serif mb-2">Sp
369369

370370
<div onclick="openLightbox('./images/SGFI_DISTRICT_TEAM.jpg', 'Under-19 SGFI District Team', 'Our team preparing for the rigorous state-level Yoga competition in Veeravasaram.')" class="flex-none w-[85vw] sm:w-[45vw] md:w-80 snap-center group cursor-pointer bg-white dark:bg-darkcard rounded-2xl border border-slate-300 dark:border-slate-600 overflow-hidden shadow-md hover:shadow-xl transition-all duration-300 flex flex-col h-auto">
371371
<div class="relative h-64 w-full overflow-hidden bg-slate-100 dark:bg-slate-800 shrink-0">
372-
<img src="./images/SGFI_DISTRIC_TEAM.jpg" alt="SGFI DISTRICT TEAM" class="absolute inset-0 w-full h-full object-cover transform transition-transform duration-700 group-hover:scale-105">
372+
<img src="./images/SGFI_DISTRICT_TEAM.jpg" alt="SGFI DISTRICT TEAM" class="absolute inset-0 w-full h-full object-cover transform transition-transform duration-700 group-hover:scale-105">
373373
<div class="absolute inset-0 bg-black/5 group-hover:bg-transparent transition-colors duration-300"></div>
374374
</div>
375375
<div class="p-6 flex-grow flex flex-col justify-start">

0 commit comments

Comments
 (0)