fix uploader widget links

This commit is contained in:
Daniel Helm 2022-01-31 10:41:11 -06:00
parent f6ec418cef
commit 75e7844c9d
No known key found for this signature in database
GPG Key ID: 5C3D26DA012EFA1B
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ const RegistrationLink = () => {
return (
<Link
href={`${accountsUrl}/auth/registration`}
href={`${accountsUrl}auth/registration`}
className="uppercase underline-primary hover:text-primary transition-colors duration-200"
>
Sign up
@ -39,7 +39,7 @@ const LogInLink = () => {
return (
<Link
href={`${accountsUrl}/auth/login`}
href={`${accountsUrl}auth/login`}
className="uppercase underline-primary hover:text-primary transition-colors duration-200"
>
Log in