diff --git a/client/src/components/ActionButtons.tsx b/client/src/components/ActionButtons.tsx index 394c1f0..2ad4aa5 100644 --- a/client/src/components/ActionButtons.tsx +++ b/client/src/components/ActionButtons.tsx @@ -1,5 +1,5 @@ -import { Heart, X, RotateCcw } from 'lucide-react'; -import { Button } from '@/components/ui/button'; +import { motion } from 'framer-motion'; +import { Heart, X, RotateCcw, Zap } from 'lucide-react'; interface ActionButtonsProps { onLike: () => void; @@ -17,40 +17,68 @@ export default function ActionButtons({ disabled = false, }: ActionButtonsProps) { return ( -
+
{likedCards.length > 0 - ? `${likedCards.length} dağıtım beğendin` - : 'Hiçbir dağıtım beğenmedin'} + ? `${likedCards.length} dağıtım ile eşleştin` + : 'Henüz bir eşleşme yok'}
{card.distroName}
-{card.desktopEnvironment}
+ + + +{card.distroName}
+{card.desktopEnvironment}
+Sana uygun Linux'u bul