mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-18 21:44:06 +01:00
refactor: link signup button
This commit is contained in:
parent
4b7bf4c6b2
commit
4bb97829d6
@ -77,7 +77,9 @@ const unAuthenticatedComponents = () => {
|
||||
Login
|
||||
</Button>
|
||||
</Link>
|
||||
<Button>Sign up</Button>
|
||||
<Link href="/auth/signup">
|
||||
<Button>Sign up</Button>
|
||||
</Link>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user