Explorar o código

imprv/133905-replace-icons-deletecomments

Meiri Kikuta %!s(int64=2) %!d(string=hai) anos
pai
achega
4ffcd70222
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/app/src/components/PageComment/DeleteCommentModal.tsx

+ 1 - 1
apps/app/src/components/PageComment/DeleteCommentModal.tsx

@@ -32,7 +32,7 @@ export const DeleteCommentModal = (props: DeleteCommentModalProps): JSX.Element
     }
     return (
       <span>
-        <span className="material-symbols-outlined">delete_foe\rever</span>
+        <span className="material-symbols-outlined">delete_forever</span>
         Delete comment?
       </span>
     );