File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
apps/website/src/components Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,14 @@ const { className, title } = Astro.props;
1212
1313<div class ={ classNames (" relative group flex gap-2 items-center" , className )} >
1414 <div class =" hidden group-hover:grid z-10 absolute" >
15- <div
16- class =" bg-[#3C3843E5] min-w-56 mt-[214px] p-4 gap-2.5 grid rounded-lg"
17- >
15+ <div class =" bg-[#3C3843E5] min-w-56 mt-[214px] p-4 gap-2.5 grid rounded-lg" >
1816 <slot />
1917 </div >
2018 </div >
2119 <button
22- class =" whitespace-nowrap font-medium text-2xl md:text-lg text-[#E8E8E8] hover:text-white"
23- >{ title } </button
20+ class =" whitespace-nowrap font-medium text-2xl md:text-lg text-[#E8E8E8] hover:text-white"
2421 >
25- <ChevronTop classNames =" group-hover:rotate-180" />
22+ { title }
23+ </button >
24+ <ChevronTop classNames =" group-hover:rotate-360 rotate-180" />
2625</div >
You can’t perform that action at this time.
0 commit comments