From f3495fa731bf64222937f11b238e74ec7e964acf Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 10 Apr 2025 10:41:26 -0500 Subject: [PATCH] Restore comment action icon --- app/assets/images/comment.svg | 1 + app/assets/stylesheets/icons.css | 1 + 2 files changed, 2 insertions(+) create mode 100644 app/assets/images/comment.svg diff --git a/app/assets/images/comment.svg b/app/assets/images/comment.svg new file mode 100644 index 000000000..2cc709702 --- /dev/null +++ b/app/assets/images/comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/stylesheets/icons.css b/app/assets/stylesheets/icons.css index 9489ed184..459c4c894 100644 --- a/app/assets/stylesheets/icons.css +++ b/app/assets/stylesheets/icons.css @@ -31,6 +31,7 @@ .icon--caret-down { --svg: url("caret-down.svg "); } .icon--check { --svg: url("check.svg "); } .icon--close { --svg: url("close.svg "); } + .icon--comment { --svg: url("comment.svg "); } .icon--copy-paste { --svg: url("copy-paste.svg "); } .icon--crown { --svg: url("crown.svg "); } .icon--email { --svg: url("email.svg "); }