diff --git a/client/components/app/User/Hover.jsx b/client/components/app/User/Hover.jsx index dd532ec..a5db65b 100644 --- a/client/components/app/User/Hover.jsx +++ b/client/components/app/User/Hover.jsx @@ -1,5 +1,5 @@ import Link from 'next/link'; -import { CalendarFold } from 'lucide-react'; +import { CalendarFold, Sparkle, Trash } from 'lucide-react'; import { Badge } from '@/components/ui/badge'; import { HoverCard, @@ -45,13 +45,24 @@ export default function Hover({ user }) {
{user.about}
-
- - {new Date(user.created_at.T * 1000).toLocaleDateString('tr-TR', { - year: 'numeric', - month: 'long', - day: 'numeric' - })} +
+
+ + {new Date(user.created_at.T * 1000).toLocaleDateString( + 'tr-TR', + { year: 'numeric', month: 'long', day: 'numeric' } + )} +
+ {' · '} +
+ + + +
+ +
{user.points} çöp puanı
+
+