✔ Remove message quotations from frontend display & from backend notes
Completed by Cody A.
- Assigned to
-
Kyle B.
- Notes
-
just remove the "or any quotation marks" part from the backend
.theMessage { position: relative; &::before { content: "“"; } &::after { content: "”"; } }