Skip to content

Commit 4db9d49

Browse files
authored
fix sugarlabs#344: the notification badge made unclipped (sugarlabs#345)
1 parent d87dd79 commit 4db9d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/News/NewsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)