Skip to content

Commit c797e1d

Browse files
committed
fix: correct punctuation in AuthDialog description
1 parent 2bf7cfc commit c797e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/ui/AuthDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface AuthDialogProps {
1414
}
1515

1616
export const AuthDialog = ({
17-
description = <>Welcome to your <strong className="highlight">whiteboard IDE</strong>. <br /><br /> Open <strong className="highlight">terminals</strong>, <strong className="highlight">VSCode</strong> or <strong className="highlight">Cursor</strong> in your pad, and start coding right away.</>,
17+
description = <>Welcome to your <strong className="highlight">whiteboard IDE</strong>. <br /><br /> Open <strong className="highlight">terminals</strong>, <strong className="highlight">VSCode</strong>, or <strong className="highlight">Cursor</strong> in your pad, and start coding right away.</>,
1818
warningText = <>This is a open-source project in beta.<br /> Backup your work!</>,
1919
onClose,
2020
children,

0 commit comments

Comments
 (0)