From b7388c2ccc55950c65d63880712d01e97aa39b60 Mon Sep 17 00:00:00 2001 From: count0 Date: Sat, 18 Oct 2025 22:08:41 +0200 Subject: [PATCH] update on homepage --- src/pages/HomePage.jsx | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/src/pages/HomePage.jsx b/src/pages/HomePage.jsx index 9611966..d98c976 100644 --- a/src/pages/HomePage.jsx +++ b/src/pages/HomePage.jsx @@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react'; import { DragDropContext, Droppable, Draggable } from '@hello-pangea/dnd'; // ...existing code... import { motion, AnimatePresence } from 'framer-motion'; -import { Plus, Settings, TrendingUp, Flame, Calendar, Moon, Sun } from 'lucide-react'; +import { Plus, Settings, TrendingUp, Flame, Calendar, Moon, Sun, Star } from 'lucide-react'; import { Button } from '../components/ui/button'; import { useToast } from '../components/ui/use-toast'; import HabitCard from '../components/HabitCard'; @@ -425,6 +425,34 @@ const HomePage = () => { )} + + + + + + + );