fix uploader widget links
This commit is contained in:
parent
f6ec418cef
commit
75e7844c9d
|
@ -26,7 +26,7 @@ const RegistrationLink = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Link
|
<Link
|
||||||
href={`${accountsUrl}/auth/registration`}
|
href={`${accountsUrl}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
|
||||||
|
@ -39,7 +39,7 @@ const LogInLink = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Link
|
<Link
|
||||||
href={`${accountsUrl}/auth/login`}
|
href={`${accountsUrl}auth/login`}
|
||||||
className="uppercase underline-primary hover:text-primary transition-colors duration-200"
|
className="uppercase underline-primary hover:text-primary transition-colors duration-200"
|
||||||
>
|
>
|
||||||
Log in
|
Log in
|
||||||
|
|
Reference in New Issue