mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-27 12:12:03 +08:00
[offers][fix] Fix comments UI (#463)
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user