File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ const Footer = () => {
9191 className = "group relative flex items-center justify-center w-12 h-12
9292 bg-gray-800/30 hover:bg-gray-700 rounded-xl
9393 transition-all duration-300 ease-in-out
94- hover:scale-110 hover:rotate-3
94+ hover:scale-110
9595 before:absolute before:inset-0 before:rounded-xl
9696 before:bg-gradient-to-r before:from-blue-500/20 before:to-purple-500/20
9797 before:opacity-0 before:transition-opacity before:duration-300
@@ -107,7 +107,7 @@ const Footer = () => {
107107 group-hover:opacity-100 group-hover:scale-110"
108108 />
109109 < span
110- className = "absolute -bottom-8 left-1/2 -translate-x-1/2
110+ className = "absolute -bottom-6 left-1/2 -translate-x-1/2
111111 whitespace-nowrap text-sm opacity-0 group-hover:opacity-100
112112 transition-opacity duration-300 pointer-events-none"
113113 >
You can’t perform that action at this time.
0 commit comments