We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed3755 commit 3b03512Copy full SHA for 3b03512
src/page/todo/entireTodo/Todo.tsx
@@ -38,7 +38,7 @@ const Todo = () => {
38
return (
39
<main className={styles.todoContainer}>
40
<GradientBackground />
41
- <h2 className={styles.todoTitle}>{renderTextWithLineBreaks()}</h2>
+ <h1 className={styles.todoTitle}>{renderTextWithLineBreaks()}</h1>
42
<section className={styles.todoInputContainer}>
43
<TextField
44
variant="bigGoal"
0 commit comments