File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,14 +110,14 @@ function AchievementCard({
110110 } }
111111 className = "group cursor-pointer"
112112 >
113- < ElectricBorder
113+ { /* <ElectricBorder
114114 color="#8b5cf6"
115115 speed={0.8}
116116 chaos={0.3}
117117 thickness={2}
118118 style={{ borderRadius: 16 }}
119119 className="h-full"
120- >
120+ > */ }
121121 < div className = "bg-gray-900/80 backdrop-blur-sm rounded-2xl p-4 md:p-6 h-full relative overflow-hidden" >
122122 { /* Icon and Title */ }
123123 < div className = "flex items-start gap-3 mb-3" >
@@ -144,7 +144,7 @@ function AchievementCard({
144144 { /* Hover effect gradient */ }
145145 < div className = "absolute inset-0 bg-gradient-to-br from-violet-600/0 to-purple-600/0 group-hover:from-violet-600/5 group-hover:to-purple-600/5 rounded-2xl transition-all duration-500 pointer-events-none" />
146146 </ div >
147- </ ElectricBorder >
147+ { /* </ElectricBorder> */ }
148148 </ motion . div >
149149 )
150150}
You can’t perform that action at this time.
0 commit comments