Skip to content

Commit b174a19

Browse files
committed
fix(web): stabilize translated homepage typing
1 parent d33bb2c commit b174a19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/app/[locale]/typing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function TypingTagline() {
5252

5353
return (
5454
<span>
55-
{displayed}
55+
<span>{displayed}</span>
5656
<span
5757
className={`inline-block w-[2px] h-[1.1em] bg-foreground/70 ml-[1px] ${dev.cursorBlink ? "animate-blink" : ""}`}
5858
style={{ position: "relative", top: `${dev.cursorTop}px` }}

0 commit comments

Comments
 (0)