Skip to content

Commit 8b4db41

Browse files
authored
Update home.tsx
1 parent 9c6f3eb commit 8b4db41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ export function Chat(props: {
454454
</div>
455455
);
456456
})}
457-
<div ref={latestMessageRef} style={{ opacity: 0, height: "3em" }}>
457+
<div ref={latestMessageRef} style={{ opacity: 0, height: "4em" }}>
458458
-
459459
</div>
460460
</div>

0 commit comments

Comments
 (0)