secure => accounts
This commit is contained in:
parent
c1214f0f82
commit
7236faf675
|
@ -85,10 +85,10 @@ const Navigation = ({ mode, uri }) => {
|
||||||
{title}
|
{title}
|
||||||
</Link>
|
</Link>
|
||||||
))}
|
))}
|
||||||
<Link href="https://secure.siasky.net" className="button-link-primary">
|
<Link href="https://account.siasky.net" className="button-link-primary">
|
||||||
Log in
|
Log in
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="https://secure.siasky.net/auth/registration" className="button-primary">
|
<Link href="https://account.siasky.net/auth/registration" className="button-primary">
|
||||||
Sign up
|
Sign up
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
@ -128,11 +128,11 @@ const Navigation = ({ mode, uri }) => {
|
||||||
</div>
|
</div>
|
||||||
<div className="pt-12 pb-8 border-t border-palette-500">
|
<div className="pt-12 pb-8 border-t border-palette-500">
|
||||||
<div className="flex items-center justify-center px-4 space-x-6">
|
<div className="flex items-center justify-center px-4 space-x-6">
|
||||||
<Link href="https://secure.siasky.net" className="button-secondary-light">
|
<Link href="https://account.siasky.net" className="button-secondary-light">
|
||||||
Log in
|
Log in
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
<Link href="https://secure.siasky.net/auth/registration" className="button-primary">
|
<Link href="https://account.siasky.net/auth/registration" className="button-primary">
|
||||||
Sign up
|
Sign up
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -61,7 +61,7 @@ const client = new SkynetClient("https://siasky.net");
|
||||||
|
|
||||||
const RegistrationLink = () => (
|
const RegistrationLink = () => (
|
||||||
<Link
|
<Link
|
||||||
href="https://secure.siasky.net/auth/registration"
|
href="https://account.siasky.net/auth/registration"
|
||||||
className="uppercase underline-primary hover:text-primary transition-colors duration-200"
|
className="uppercase underline-primary hover:text-primary transition-colors duration-200"
|
||||||
>
|
>
|
||||||
Sign up
|
Sign up
|
||||||
|
|
Reference in New Issue