Skip to content

Commit

Permalink
Create PR to test yaml script (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
uigywnkiub authored Nov 30, 2023
1 parent fea7b32 commit ad0a999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Todos/TodoList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function TodoList({
transition={{ type: "spring", duration: 0.3, delay: 0 }}
exit={{ opacity: 0, y: 20 }}
>
You can start a{" "}
Now You can start a{" "}
<span onClick={startSession} className={styles.startSessionLink}>
new session
</span>
Expand Down

0 comments on commit ad0a999

Please sign in to comment.