diff --git a/app/javascript/styles/mastodon/rich_text.scss b/app/javascript/styles/mastodon/rich_text.scss index 52412274b6..0c9237caae 100644 --- a/app/javascript/styles/mastodon/rich_text.scss +++ b/app/javascript/styles/mastodon/rich_text.scss @@ -44,7 +44,7 @@ content: ''; width: 24px; height: 20px; - mask-image: url('../images/quote.svg'); + mask-image: url('~images/quote.svg'); background-color: var(--rich-text-decorations-color); position: absolute; inset-inline-start: 0;