TodoRepository work
This commit is contained in:
@@ -11,7 +11,6 @@ export const VTodo = observer(({ todo }: VTodoProps) => {
|
||||
|
||||
return (
|
||||
<div className="flex flex-col px-6 pt-10 pb-8 bg-white ring-1 shadow-xl ring-gray-900/5 sm:mx-auto sm:max-w-lg sm:rounded-lg sm:px-10">
|
||||
<p className="text-xs">{todo.title}</p>
|
||||
<p className="text-sm">{todo.content}</p>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user