diff --git a/packages/web/components/templates/article/ArticleActionsMenu.tsx b/packages/web/components/templates/article/ArticleActionsMenu.tsx index 1500b4105..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" @@ -150,14 +150,38 @@ export function ArticleActionsMenu(props: ArticleActionsMenuProps): JSX.Element - + {!props.article?.isArchived ? ( + + ) : ( + + )} + {/*