Skip to content

Commit 9f5366c

Browse files
authored
Update PingTab.tsx
1 parent 7bb40c1 commit 9f5366c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/PingTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const PingTab = ({ onPingClick }: { onPingClick: () => void }) => {
1010
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"
1111
>
1212
<span className="text-3xl mr-2">🚀</span>
13-
Mega Ping
13+
MEGA PING
1414
<span className="text-3xl ml-2">💥</span>
1515
</Button>
1616
</div>

0 commit comments

Comments
 (0)