Skip to content

Commit 3b03512

Browse files
refactor: 태그 변경
1 parent 9ed3755 commit 3b03512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/page/todo/entireTodo/Todo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const Todo = () => {
3838
return (
3939
<main className={styles.todoContainer}>
4040
<GradientBackground />
41-
<h2 className={styles.todoTitle}>{renderTextWithLineBreaks()}</h2>
41+
<h1 className={styles.todoTitle}>{renderTextWithLineBreaks()}</h1>
4242
<section className={styles.todoInputContainer}>
4343
<TextField
4444
variant="bigGoal"

0 commit comments

Comments
 (0)