feat: location.pathname based bar navigation + admin layout + separate
auth routes
This commit is contained in:
@ -161,7 +161,7 @@ export default function LoginPage() {
|
||||
<div className="text-sm text-center text-gray-600">
|
||||
Don't have an account?{" "}
|
||||
<Link
|
||||
to="/register"
|
||||
to="/auth/register"
|
||||
state={location.state}
|
||||
className="text-blue-600 hover:underline"
|
||||
>
|
||||
|
Reference in New Issue
Block a user