mirror of
https://github.com/status-im/status-affiliate.git
synced 2025-02-18 07:47:08 +00:00
Change the get Status link
This commit is contained in:
parent
17828ab27e
commit
25e3804481
@ -40,16 +40,13 @@ function Header() {
|
|||||||
{/* Site navigation */}
|
{/* Site navigation */}
|
||||||
<nav className="flex flex-grow">
|
<nav className="flex flex-grow">
|
||||||
<ul className="flex flex-grow justify-end flex-wrap items-center">
|
<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>
|
<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>
|
<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">
|
<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" />
|
<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>
|
</svg>
|
||||||
</Link>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user