diff --git a/frontend/src/components/Task/TaskItem.jsx b/frontend/src/components/Task/TaskItem.jsx index 40758aa9..b2ab4288 100644 --- a/frontend/src/components/Task/TaskItem.jsx +++ b/frontend/src/components/Task/TaskItem.jsx @@ -1,4 +1,4 @@ -import { Check, Trash2, Pencil, Calendar, Play } from "lucide-react"; +import { Check, Trash2, Pencil, Calendar, Play, Link2 } from "lucide-react"; import { useState } from "react"; import TaskFormModal from "./TaskFormModal"; import { getCategoryColor } from "../../utils/categoryUtils"; @@ -104,7 +104,7 @@ export default function TaskItem({ {task.dependsOn && (
- 🔗 + Depends on: {task.dependsOn.title} @@ -225,8 +225,9 @@ export default function TaskItem({
{task.dependsOn && ( -

- 🔗 Depends on: {task.dependsOn.title} +

+ + Depends on: {task.dependsOn.title}

)} diff --git a/frontend/src/pages/LandingPage.jsx b/frontend/src/pages/LandingPage.jsx index 4fe26731..1d5bc326 100644 --- a/frontend/src/pages/LandingPage.jsx +++ b/frontend/src/pages/LandingPage.jsx @@ -1,4 +1,5 @@ import { Link } from "react-router-dom"; +import { Clipboard, CalendarDays, BarChart2 } from "lucide-react"; const LandingPage = () => { return ( @@ -66,8 +67,8 @@ const LandingPage = () => { shadow-lg hover:shadow-2xl " > -
- 📋 +
+

@@ -95,8 +96,8 @@ const LandingPage = () => { shadow-lg hover:shadow-2xl " > -
- 🗓️ +
+

@@ -124,8 +125,8 @@ const LandingPage = () => { shadow-lg hover:shadow-2xl " > -
- 📊 +
+