Update client/src/pages/Home.tsx

This commit is contained in:
equilink 2025-02-16 19:16:00 +00:00
parent 5ef404051d
commit 7c6730e644

View File

@ -482,7 +482,7 @@ const Home = () => {
<img src="/github.svg" className="w-6 h-auto" /> <img src="/github.svg" className="w-6 h-auto" />
</button> </button>
</a> </a>
<a href="/" target="_blank"> <a href="https://x.com/equilink_ai" target="_blank">
<button className="p-2 rounded-lg duration-300 border hover:bg-yellow-300"> <button className="p-2 rounded-lg duration-300 border hover:bg-yellow-300">
<img src="/X.svg" className="w-6 h-auto" /> <img src="/X.svg" className="w-6 h-auto" />
</button> </button>