diff --git a/apps/comments-ui/src/components/modals/AdminContextMenu.js b/apps/comments-ui/src/components/modals/AdminContextMenu.js index 27019c407a..918621b71c 100644 --- a/apps/comments-ui/src/components/modals/AdminContextMenu.js +++ b/apps/comments-ui/src/components/modals/AdminContextMenu.js @@ -17,11 +17,9 @@ class AdminContextMenu extends React.Component { render() { return ( -
- -
+ ); } } diff --git a/apps/comments-ui/src/components/modals/AuthorContextMenu.js b/apps/comments-ui/src/components/modals/AuthorContextMenu.js index b81526a930..f06ae156ec 100644 --- a/apps/comments-ui/src/components/modals/AuthorContextMenu.js +++ b/apps/comments-ui/src/components/modals/AuthorContextMenu.js @@ -17,14 +17,14 @@ class AuthorContextMenu extends React.Component { render() { return ( -
- - -
+ ); } } diff --git a/apps/comments-ui/src/components/modals/CommentContextMenu.js b/apps/comments-ui/src/components/modals/CommentContextMenu.js index 31bb909c48..52cf58c3d2 100644 --- a/apps/comments-ui/src/components/modals/CommentContextMenu.js +++ b/apps/comments-ui/src/components/modals/CommentContextMenu.js @@ -24,7 +24,7 @@ class CommentContextMenu extends React.Component { const comment = this.props.comment; return ( -
+
{this.isAuthor ? : (this.isAdmin ? : )}
); diff --git a/apps/comments-ui/src/components/modals/NotAuthorContextMenu.js b/apps/comments-ui/src/components/modals/NotAuthorContextMenu.js index a27daaa7e1..5ed18f6b68 100644 --- a/apps/comments-ui/src/components/modals/NotAuthorContextMenu.js +++ b/apps/comments-ui/src/components/modals/NotAuthorContextMenu.js @@ -17,11 +17,9 @@ class NotAuthorContextMenu extends React.Component { render() { return ( -
- -
+ ); } } diff --git a/apps/comments-ui/src/images/icons/like.svg b/apps/comments-ui/src/images/icons/like.svg new file mode 100644 index 0000000000..3cb41fc96b --- /dev/null +++ b/apps/comments-ui/src/images/icons/like.svg @@ -0,0 +1,3 @@ + + + diff --git a/apps/comments-ui/src/images/icons/more.svg b/apps/comments-ui/src/images/icons/more.svg index bc70fbb31a..e4ae60578c 100644 --- a/apps/comments-ui/src/images/icons/more.svg +++ b/apps/comments-ui/src/images/icons/more.svg @@ -1,5 +1,5 @@ - - - + + + diff --git a/apps/comments-ui/src/images/icons/reply.svg b/apps/comments-ui/src/images/icons/reply.svg new file mode 100644 index 0000000000..a5b58a5d63 --- /dev/null +++ b/apps/comments-ui/src/images/icons/reply.svg @@ -0,0 +1,3 @@ + + +