diff --git a/web/src/components/AttachmentIcon.jsx b/web/src/components/AttachmentIcon.jsx index 9a2581e9..b7bf6b50 100644 --- a/web/src/components/AttachmentIcon.jsx +++ b/web/src/components/AttachmentIcon.jsx @@ -1,5 +1,5 @@ import * as React from "react"; -import { Box } from "@mui/material"; +import { Box, Link } from "@mui/material"; import { useTranslation } from "react-i18next"; import fileDocument from "../img/file-document.svg"; import fileImage from "../img/file-image.svg"; @@ -32,16 +32,18 @@ const AttachmentIcon = (props) => { imageLabel = t("notifications_attachment_file_document"); } return ( - + + + ); }; diff --git a/web/src/components/PublishDialog.jsx b/web/src/components/PublishDialog.jsx index 3c431dd0..1b2fdd9f 100644 --- a/web/src/components/PublishDialog.jsx +++ b/web/src/components/PublishDialog.jsx @@ -798,7 +798,7 @@ const AttachmentBox = (props) => { borderRadius: "4px", }} > - +