[offers][fix] Fix comments UI (#463)

pull/464/head
Ai Ling 2 years ago committed by GitHub
parent e152de2284
commit 1e0890b02c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -180,7 +180,13 @@ export default function ProfileComments({
<HorizontalDivider />
</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-content mb-96 w-full">

Loading…
Cancel
Save