File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
resources/views/components/plugins Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -178,16 +178,6 @@ class="mx-auto w-full max-w-8xl px-5 sm:px-10"
178178 <div
179179 class =" relative z-10 inline-flex select-none items-center gap-2.5 rounded-full bg-white p-[.55rem] font-medium shadow-lg shadow-black/[0.01]"
180180 >
181- <div
182- x-on:click =" selectedVersion = '1'"
183- class =" relative z-20 w-14 text-center transition duration-300"
184- :class =" {
185- 'cursor-pointer opacity-50 hover:opacity-100': selectedVersion !== '1',
186- 'text-salmon': selectedVersion === '1',
187- }"
188- >
189- v1.x
190- </div >
191181 <div
192182 class =" relative z-20 w-14 text-center transition duration-300"
193183 x-on:click =" selectedVersion = '2'"
@@ -208,11 +198,21 @@ class="relative z-20 w-14 text-center transition duration-300"
208198 >
209199 v3.x
210200 </div >
201+ <div
202+ class =" relative z-20 w-14 text-center transition duration-300"
203+ x-on:click =" selectedVersion = '4'"
204+ :class =" {
205+ 'cursor-pointer opacity-50 hover:opacity-100': selectedVersion !== '4',
206+ 'text-salmon': selectedVersion === '4',
207+ }"
208+ >
209+ v4.x
210+ </div >
211211 <div
212212 class =" absolute left-[.31rem] top-[.31rem] -z-10 h-8 w-16 rounded-full bg-fair-pink transition duration-300 ease-out will-change-transform"
213213 :class =" {
214- 'translate-x-[4.1rem]': selectedVersion === '2 ',
215- 'translate-x-[8.2rem]': selectedVersion === '3 ',
214+ 'translate-x-[4.1rem]': selectedVersion === '3 ',
215+ 'translate-x-[8.2rem]': selectedVersion === '4 ',
216216 }"
217217 ></div >
218218 </div >
You can’t perform that action at this time.
0 commit comments