We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 014730f + ca18faa commit 0870a81Copy full SHA for 0870a81
client/src/components/PingTab.tsx
@@ -7,11 +7,9 @@ const PingTab = ({ onPingClick }: { onPingClick: () => void }) => {
7
<div className="col-span-2 flex justify-center items-center">
8
<Button
9
onClick={onPingClick}
10
- className="bg-gradient-to-r from-purple-500 to-pink-500 hover:from-purple-600 hover:to-pink-600 text-white font-bold py-6 px-12 rounded-full shadow-lg transform transition duration-300 hover:scale-110 focus:outline-none focus:ring-4 focus:ring-purple-300 animate-pulse"
+ className="font-bold py-6 px-12 rounded-full"
11
>
12
- <span className="text-3xl mr-2">🚀</span>
13
- MEGA PING
14
- <span className="text-3xl ml-2">💥</span>
+ Ping Server
15
</Button>
16
</div>
17
</TabsContent>
0 commit comments