Skip to content

Commit 03e85ee

Browse files
author
GitHub Copilot
committed
Fix all mismatched div/NuxtLink tags in classes.vue
1 parent 2bb17e6 commit 03e85ee

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pages/classes.vue

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</NuxtLink>
2929

3030
<!-- Class Card 2 -->
31-
<div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
31+
<NuxtLink :to="localePath('/courses/junior-academy')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
3232
<div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48">
3333
<div class="bg-green-300 w-full h-full flex items-center justify-center text-green-800 font-bold text-lg">Junior Academy</div>
3434
</div>
@@ -43,7 +43,7 @@
4343
</NuxtLink>
4444

4545
<!-- Class Card 3 -->
46-
<div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
46+
<NuxtLink :to="localePath('/courses/intermediate-skills')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
4747
<div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48">
4848
<div class="bg-purple-300 w-full h-full flex items-center justify-center text-purple-800 font-bold text-lg">Intermediate</div>
4949
</div>
@@ -58,7 +58,7 @@
5858
</NuxtLink>
5959

6060
<!-- Class Card 4 -->
61-
<div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
61+
<NuxtLink :to="localePath('/courses/competition-prep')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
6262
<div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48">
6363
<div class="bg-red-300 w-full h-full flex items-center justify-center text-red-800 font-bold text-lg">Advanced</div>
6464
</div>
@@ -73,7 +73,7 @@
7373
</NuxtLink>
7474

7575
<!-- Class Card 5 -->
76-
<div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
76+
<NuxtLink :to="localePath('/courses/doubles-mastery')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
7777
<div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48">
7878
<div class="bg-yellow-300 w-full h-full flex items-center justify-center text-yellow-800 font-bold text-lg">Doubles Tactics</div>
7979
</div>
@@ -88,7 +88,7 @@
8888
</NuxtLink>
8989

9090
<!-- Class Card 6 -->
91-
<div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
91+
<NuxtLink :to="localePath('/courses/womens-circle')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
9292
<div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48">
9393
<div class="bg-pink-300 w-full h-full flex items-center justify-center text-pink-800 font-bold text-lg">Ladies Only</div>
9494
</div>
@@ -133,7 +133,7 @@
133133
</NuxtLink>
134134

135135
<!-- Class Card 9 -->
136-
<div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
136+
<NuxtLink :to="localePath('/courses/mini-tennis')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
137137
<div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48">
138138
<div class="bg-cyan-300 w-full h-full flex items-center justify-center text-cyan-800 font-bold text-lg">Kids 5-7</div>
139139
</div>
@@ -148,7 +148,7 @@
148148
</NuxtLink>
149149

150150
<!-- Class Card 10 -->
151-
<div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
151+
<NuxtLink :to="localePath('/courses/serve-workshop')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
152152
<div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48">
153153
<div class="bg-lime-300 w-full h-full flex items-center justify-center text-lime-800 font-bold text-lg">Serve Clinic</div>
154154
</div>
@@ -163,7 +163,7 @@
163163
</NuxtLink>
164164

165165
<!-- Class Card 11 -->
166-
<div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
166+
<NuxtLink :to="localePath('/courses/net-play')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
167167
<div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48">
168168
<div class="bg-amber-300 w-full h-full flex items-center justify-center text-amber-800 font-bold text-lg">Volley Master</div>
169169
</div>
@@ -178,7 +178,7 @@
178178
</NuxtLink>
179179

180180
<!-- Class Card 12 -->
181-
<div class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
181+
<NuxtLink :to="localePath('/courses/match-sessions')" class="group relative bg-white border border-gray-200 rounded-lg flex flex-col overflow-hidden shadow-sm hover:shadow-lg transition-shadow">
182182
<div class="aspect-w-3 aspect-h-2 bg-gray-200 group-hover:opacity-75 sm:aspect-none sm:h-48">
183183
<div class="bg-emerald-300 w-full h-full flex items-center justify-center text-emerald-800 font-bold text-lg">Match Play</div>
184184
</div>

0 commit comments

Comments
 (0)