File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ const NewsPage: React.FC = () => {
521521 < div className = "flex justify-center" >
522522 < motion . button
523523 onClick = { handleShowMore }
524- className = "relative px-8 py-4 bg-gradient-to-r from-blue-600 to-green-600 text-white hover:from-blue-700 hover:to-green-700 cursor-pointer transition-all duration-300 rounded-2xl shadow-lg hover:shadow-2xl font-medium flex items-center gap-3 group overflow-hidden "
524+ className = "relative px-8 py-4 bg-gradient-to-r from-blue-600 to-green-600 text-white hover:from-blue-700 hover:to-green-700 cursor-pointer transition-all duration-300 rounded-2xl shadow-lg hover:shadow-2xl font-medium flex items-center gap-3 group"
525525 variants = { bounce }
526526 initial = "hidden"
527527 animate = "visible"
You can’t perform that action at this time.
0 commit comments