fix: update trash link to point to the correct creator path #5

Merged
Yussif merged 1 commits from fix/trashNavigation into staging 2025-04-27 12:30:56 +00:00
Showing only changes of commit ecac45ca9c - Show all commits

View File

@ -92,7 +92,7 @@ export default function RecentDesign() {
{/* Trash Section */}
<Button variant="ghost" className="flex items-center gap-2 p-2 hover:bg-[#F5F6FA] rounded-lg mt-4 md:mt-0 w-full justify-start">
<Link href="/trash" className="flex items-center gap-2">
<Link href="/creator/trash" className="flex items-center gap-2">
<Trash2 className="text-[#27275A] w-[16px] md:w-[20px]" />
<span className="text-[#27275A] text-[12px] md:text-[14px] font-[400]">Trash</span>
</Link>