Browse Source

fix: use quote icon for plain blockquote

NGPixel 5 years ago
parent
commit
939fa0dc2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/themes/default/scss/app.scss

+ 1 - 1
client/themes/default/scss/app.scss

@@ -244,7 +244,7 @@
       top: 50%;
       left: -38px;
       color: rgba(255, 255, 255, .7);
-      content: "\F02FC";
+      content: "\F0757";
     }
 
     > p:first-child .emoji {