Skip to content

Commit

Permalink
style(Task.tsx): Updated svgs and got rid of TaskInfo type
Browse files Browse the repository at this point in the history
  • Loading branch information
narayansharma-21 committed Mar 18, 2024
1 parent 3c14bba commit 2325fa5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
7 changes: 3 additions & 4 deletions client/assets/checkmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions client/assets/reject.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions client/types/task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,5 @@ export interface Task {
repeating_end_date?: string | null;
task_status: string;
task_type: TypeOfTask;
task_info?: TaskInfo;
}

export interface TaskInfo {
title: string;
task_info?: string;
}

0 comments on commit 2325fa5

Please sign in to comment.