Update PingTab.tsx

This commit is contained in:
ashwin-ant
2024-10-18 09:46:17 -07:00
committed by GitHub
parent 7bb40c188f
commit 9f5366c49c

View File

@@ -10,7 +10,7 @@ const PingTab = ({ onPingClick }: { onPingClick: () => void }) => {
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="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"
> >
<span className="text-3xl mr-2">🚀</span> <span className="text-3xl mr-2">🚀</span>
Mega Ping MEGA PING
<span className="text-3xl ml-2">💥</span> <span className="text-3xl ml-2">💥</span>
</Button> </Button>
</div> </div>