Merge pull request 'fix: update trash link to point to the correct creator path' (#5) from fix/trashNavigation into staging
Reviewed-on: http://35.207.46.142/Wodey/wodey-prototype/pulls/5
This commit is contained in:
commit
56050a6d59
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user