diff --git a/Changelog.md b/Changelog.md index 037fbc288..43840bf98 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,7 @@ * Disable invite button after sending invite [#4173](https://github.com/diaspora/diaspora/issues/4173) * Fix pagination for people list on the tag stream page [#4245](https://github.com/diaspora/diaspora/pull/4245) * Fix missing timeago tooltip in conversations [#4257](https://github.com/diaspora/diaspora/issues/4257) +* Fix link to background image [#4289](https://github.com/diaspora/diaspora/pull/4289) ## Features * Admin: add option to find users under 13 (COPPA) [#4252](https://github.com/diaspora/diaspora/pull/4252) diff --git a/app/assets/stylesheets/new_styles/_interactions.scss b/app/assets/stylesheets/new_styles/_interactions.scss index 69aaba9ae..7c60b9dfc 100644 --- a/app/assets/stylesheets/new_styles/_interactions.scss +++ b/app/assets/stylesheets/new_styles/_interactions.scss @@ -76,7 +76,7 @@ border-top: 1px solid #444; text-align: left; - background-image: image-url("hatched-bg-dark.png"); + background-image: image-url("texture/hatched-dark.png"); } #new-post-comment-container {