Skip to content

Commit 0870a81

Browse files
authored
Merge pull request modelcontextprotocol#169 from cliffhall/dial-back-ping-button-energy
Removing the all the hype from the ping button.
2 parents 014730f + ca18faa commit 0870a81

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

client/src/components/PingTab.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ const PingTab = ({ onPingClick }: { onPingClick: () => void }) => {
77
<div className="col-span-2 flex justify-center items-center">
88
<Button
99
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"
10+
className="font-bold py-6 px-12 rounded-full"
1111
>
12-
<span className="text-3xl mr-2">🚀</span>
13-
MEGA PING
14-
<span className="text-3xl ml-2">💥</span>
12+
Ping Server
1513
</Button>
1614
</div>
1715
</TabsContent>

0 commit comments

Comments
 (0)