diff --git a/app/components/ActivityFeed.tsx b/app/components/ActivityFeed.tsx
index a031f27..d235d88 100644
--- a/app/components/ActivityFeed.tsx
+++ b/app/components/ActivityFeed.tsx
@@ -1488,7 +1488,7 @@ export default function ActivityFeed() {
return (
@@ -1519,7 +1519,7 @@ export default function ActivityFeed() {
return (
@@ -1551,7 +1551,7 @@ export default function ActivityFeed() {
return (
@@ -1584,7 +1584,7 @@ export default function ActivityFeed() {
if (isMinimized) {
return (
setIsMinimized(false)}
className="fixed bottom-4 right-4 md:bottom-6 md:right-6 z-40 pointer-events-auto bg-white/80 backdrop-blur-xl border border-white/60 p-3 rounded-full shadow-xl hover:scale-110 transition-transform"