Commit 3e07ccf8
| SHA | 3e07ccf8fd1eafbdf96056febdc85fa4d61a0842 |
|---|---|
| Author | MohamedBassem <me at mbassem dot com> |
| Author Date | 2024-03-20 23:54 +0000 |
| Committer | MohamedBassem <me at mbassem dot com> |
| Commit Date | 2024-03-20 23:54 +0000 |
| Parent(s) | d3d3ba9d4a37 (diff) |
| Tree | 1eea7f401244 |
fix(web): Remove editor card from tags page
| File | + | - | Graph | |
|---|---|---|---|---|
| M | apps/web/app/dashboard/tags/[tagName]/page.tsx | +0 | -1 |
|
1 file(s) changed, 0 insertions(+), 1 deletions(-)
apps/web/app/dashboard/tags/[tagName]/page.tsx
diff --git a/apps/web/app/dashboard/tags/[tagName]/page.tsx b/apps/web/app/dashboard/tags/[tagName]/page.tsx index 326d550e..4785cebc 100644 --- a/apps/web/app/dashboard/tags/[tagName]/page.tsx +++ b/apps/web/app/dashboard/tags/[tagName]/page.tsx @@ -32,7 +32,6 @@ export default async function TagPage({ <Bookmarks header={<p className="text-2xl">{tagName}</p>} query={{ archived: false, tagId: tag.id }} - showEditorCard={true} /> </div> );