diff --git a/step1-07/exercise/src/style.css b/step1-07/exercise/src/style.css
index 12b482b..96cfcd5 100644
--- a/step1-07/exercise/src/style.css
+++ b/step1-07/exercise/src/style.css
@@ -8,6 +8,10 @@ h1 {
text-align: center;
}
+small {
+ font-size: 0.5em;
+}
+
.addTodo {
display: flex;
}
diff --git a/step1-07/final/src/components/TodoHeader.tsx b/step1-07/final/src/components/TodoHeader.tsx
index 074e30e..d8525e3 100644
--- a/step1-07/final/src/components/TodoHeader.tsx
+++ b/step1-07/final/src/components/TodoHeader.tsx
@@ -21,7 +21,7 @@ export class TodoHeader extends React.Component
- todos - step1-07 final
+ todos (1.7 final)