Change the get Status link

This commit is contained in:
jinhojang6 2020-11-07 16:52:50 +09:00
parent 17828ab27e
commit 25e3804481
No known key found for this signature in database
GPG Key ID: 0E7AA62CB0D9E6F3
1 changed files with 2 additions and 5 deletions

View File

@ -40,16 +40,13 @@ function Header() {
{/* Site navigation */}
<nav className="flex flex-grow">
<ul className="flex flex-grow justify-end flex-wrap items-center">
{/* <li>
<Link to="/signin" className="font-medium text-gray-600 hover:text-gray-900 px-5 py-3 flex items-center transition duration-150 ease-in-out">Sign in</Link>
</li> */}
<li>
<Link to="/signup" className="btn-sm text-gray-200 bg-gray-900 hover:bg-gray-800 ml-3">
<a href="https://status.im/get" className="btn-sm text-gray-200 bg-gray-900 hover:bg-gray-800 ml-3">
<span>Get Status</span>
<svg className="w-3 h-3 fill-current text-gray-400 flex-shrink-0 ml-2 -mr-1" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
<path d="M11.707 5.293L7 .586 5.586 2l3 3H0v2h8.586l-3 3L7 11.414l4.707-4.707a1 1 0 000-1.414z" fillRule="nonzero" />
</svg>
</Link>
</a>
</li>
</ul>