fix
This commit is contained in:
parent
947e398e7b
commit
f472ab2a37
@ -103,10 +103,10 @@ index c9a2883..c50b02f 100644
|
||||
{
|
||||
url: `${path}/og-image`,
|
||||
diff --git a/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment-client.tsx b/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment-client.tsx
|
||||
index 71dd664..46ab83a 100644
|
||||
index 71dd664..afacdfe 100644
|
||||
--- a/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment-client.tsx
|
||||
+++ b/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment-client.tsx
|
||||
@@ -283,16 +283,16 @@ export function NewComment({
|
||||
@@ -283,16 +283,12 @@ export function NewComment({
|
||||
ref={textAreaRef}
|
||||
placeholder="Write a comment..."
|
||||
disabled={isPending}
|
||||
@ -114,10 +114,10 @@ index 71dd664..46ab83a 100644
|
||||
+ className=""
|
||||
/>
|
||||
<div className="w-full flex justify-between">
|
||||
<InputLengthIndicator
|
||||
length={input.length}
|
||||
maxLength={MAX_COMMENT_LENGTH}
|
||||
/>
|
||||
- <InputLengthIndicator
|
||||
- length={input.length}
|
||||
- maxLength={MAX_COMMENT_LENGTH}
|
||||
- />
|
||||
- <div className="flex gap-2">
|
||||
+ <div className="w-full">
|
||||
{extraButton}
|
||||
|
Loading…
x
Reference in New Issue
Block a user