From a81c3941465e4fe650049e2557b9d5bbc67d47a8 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 6 Apr 2024 00:18:18 +0100 Subject: feature: Change archived meaning to only mean removed from homepage --- apps/mobile/app/dashboard/favourites.tsx | 1 - apps/mobile/app/dashboard/lists/[slug].tsx | 1 - apps/mobile/app/dashboard/tags/[slug].tsx | 1 - 3 files changed, 3 deletions(-) (limited to 'apps/mobile') diff --git a/apps/mobile/app/dashboard/favourites.tsx b/apps/mobile/app/dashboard/favourites.tsx index abda5cfa..fb39504b 100644 --- a/apps/mobile/app/dashboard/favourites.tsx +++ b/apps/mobile/app/dashboard/favourites.tsx @@ -7,7 +7,6 @@ export default function Favourites() { } diff --git a/apps/mobile/app/dashboard/lists/[slug].tsx b/apps/mobile/app/dashboard/lists/[slug].tsx index d42cc653..ccde00a8 100644 --- a/apps/mobile/app/dashboard/lists/[slug].tsx +++ b/apps/mobile/app/dashboard/lists/[slug].tsx @@ -26,7 +26,6 @@ export default function ListView() { } diff --git a/apps/mobile/app/dashboard/tags/[slug].tsx b/apps/mobile/app/dashboard/tags/[slug].tsx index ea1ef63d..23d00a7c 100644 --- a/apps/mobile/app/dashboard/tags/[slug].tsx +++ b/apps/mobile/app/dashboard/tags/[slug].tsx @@ -27,7 +27,6 @@ export default function TagView() { } -- cgit v1.2.3-70-g09d2