diff --git a/public/index.html b/public/index.html index 6b61ce4..d1286b0 100644 --- a/public/index.html +++ b/public/index.html @@ -43,8 +43,9 @@ Главная - Задачи + Все задачи Создать задачу + Мои задачи Канбан Задача №${task.id} - ${task.title} ${isDeleted ? 'Удалена' : ''} ${isClosed ? 'Закрыта' : ''}