[offers][fix] Fix comments UI

pull/463/head
Ai Ling 3 years ago
parent 3ecc756052
commit 8eb5d09c8b

@ -173,7 +173,13 @@ export default function ProfileComments({
<HorizontalDivider /> <HorizontalDivider />
</div> </div>
) : ( ) : (
<div>Please log in before commenting on this profile.</div> <Button
className="mb-5"
display="block"
href="/api/auth/signin"
label="Sign in to join discussion"
variant="tertiary"
/>
)} )}
<div className="h-full overflow-y-auto"> <div className="h-full overflow-y-auto">
<div className="h-content mb-96 w-full"> <div className="h-content mb-96 w-full">

Loading…
Cancel
Save