From 51ec6bd0fd3c6d384901b070a6e3586c106d2cf2 Mon Sep 17 00:00:00 2001 From: Harun CAN Date: Thu, 30 Apr 2026 13:46:56 +0200 Subject: [PATCH] main --- src/app/[locale]/(dashboard)/dashboard/projects/[id]/page.tsx | 2 +- src/app/[locale]/(dashboard)/dashboard/projects/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/[locale]/(dashboard)/dashboard/projects/[id]/page.tsx b/src/app/[locale]/(dashboard)/dashboard/projects/[id]/page.tsx index 0d56289..96ea435 100644 --- a/src/app/[locale]/(dashboard)/dashboard/projects/[id]/page.tsx +++ b/src/app/[locale]/(dashboard)/dashboard/projects/[id]/page.tsx @@ -38,7 +38,7 @@ import { VideoPlayer } from '@/components/project/video-player'; import { projectsApi, apiClient } from '@/lib/api/api-service'; import { CINEMATIC_REFERENCES } from '@/constants/cinematic-references'; import { languages } from '@/components/projects/ProjectConfiguration'; -import { toast } from 'sonner'; +import { toaster as toast } from '@/components/ui/feedback/toaster'; // X (Twitter) ikonunu burada da tanımlıyoruz const XIcon = ({ size = 16 }: { size?: number }) => ( diff --git a/src/app/[locale]/(dashboard)/dashboard/projects/page.tsx b/src/app/[locale]/(dashboard)/dashboard/projects/page.tsx index 14f9019..419eff9 100644 --- a/src/app/[locale]/(dashboard)/dashboard/projects/page.tsx +++ b/src/app/[locale]/(dashboard)/dashboard/projects/page.tsx @@ -22,7 +22,7 @@ import { useRouter } from "next/navigation"; import { cn } from "@/lib/utils"; import { useProjects, useDeleteProject } from "@/hooks/use-api"; import { languages } from "@/components/projects/ProjectConfiguration"; -import { toast } from "sonner"; +import { toaster as toast } from '@/components/ui/feedback/toaster'; import { apiClient } from "@/lib/api/api-service"; const statusFilters = [