From b00875cd424d339a472268daa87ea04e2941c4d8 Mon Sep 17 00:00:00 2001 From: gitstart-omnivore Date: Thu, 2 Jun 2022 08:46:18 +0000 Subject: [PATCH] Changed unarchive icon and added unarchive functionality. --- .../web/components/templates/article/ArticleActionsMenu.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/web/components/templates/article/ArticleActionsMenu.tsx b/packages/web/components/templates/article/ArticleActionsMenu.tsx index d21a533d3..c8e0fb9c4 100644 --- a/packages/web/components/templates/article/ArticleActionsMenu.tsx +++ b/packages/web/components/templates/article/ArticleActionsMenu.tsx @@ -1,5 +1,5 @@ import { Separator } from "@radix-ui/react-separator" -import { ArchiveBox, DotsThree, HighlighterCircle, TagSimple, TextAa } from "phosphor-react" +import { ArchiveBox, DotsThree, HighlighterCircle, TagSimple, TextAa, Tray } from "phosphor-react" import { ArticleAttributes } from "../../../lib/networking/queries/useGetArticleQuery" import { Button } from "../../elements/Button" import { Dropdown } from "../../elements/DropdownElements" @@ -174,8 +174,7 @@ export function ArticleActionsMenu(props: ArticleActionsMenuProps): JSX.Element tooltipContent="Unarchive" tooltipSide={props.layout == 'side' ? 'right' : 'bottom'} > - {/* // This should be unarchive icon */} -