Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5bf01c59b5 | ||
|
|
6ba8d8b7ce |
@@ -1,3 +1,7 @@
|
|||||||
|
## [v0.0.15] - 2026-02-22
|
||||||
|
|
||||||
|
* degisiklik (6ba8d8b)
|
||||||
|
|
||||||
## [v0.0.14] - 2026-02-22
|
## [v0.0.14] - 2026-02-22
|
||||||
|
|
||||||
* feat: replace rich cerulean color variables with a new color palette for improved theming (53cb84d)
|
* feat: replace rich cerulean color variables with a new color palette for improved theming (53cb84d)
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ const TodoList = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="todo-wrapper">
|
<div className="todo-wrapper">
|
||||||
<h1 className="title">Tasks</h1>
|
<h1 className="title">Tasks List</h1>
|
||||||
|
|
||||||
<form className="todo-form" onSubmit={handleCreate}>
|
<form className="todo-form" onSubmit={handleCreate}>
|
||||||
<input
|
<input
|
||||||
|
|||||||
Reference in New Issue
Block a user