\
diff --git a/app/javascript/chat/channels.jsx b/app/javascript/chat/channels.jsx
index 5d1de81dd..aa1d95299 100644
--- a/app/javascript/chat/channels.jsx
+++ b/app/javascript/chat/channels.jsx
@@ -1,7 +1,7 @@
import { h } from 'preact';
import PropTypes from 'prop-types';
// eslint-disable-next-line import/no-unresolved
-import ConfigImage from 'images/three-dots.svg';
+import ConfigImage from 'images/overflow-horizontal.svg';
import ChannelButton from './components/channelButton';
import { channelSorter } from './util';
diff --git a/app/javascript/chat/chat.jsx b/app/javascript/chat/chat.jsx
index dc2fb5abd..e2fc47a4b 100644
--- a/app/javascript/chat/chat.jsx
+++ b/app/javascript/chat/chat.jsx
@@ -1,7 +1,7 @@
/* eslint-disable consistent-return,no-unused-vars,react/destructuring-assignment,react/no-access-state-in-setstate,react/button-has-type */
import { h, Component } from 'preact';
import PropTypes from 'prop-types';
-import ConfigImage from '../../assets/images/three-dots.svg';
+import ConfigImage from '../../assets/images/overflow-horizontal.svg';
import {
conductModeration,
getAllMessages,
diff --git a/app/javascript/listings/singleListing/DropdownMenu.jsx b/app/javascript/listings/singleListing/DropdownMenu.jsx
index 47fa8eef8..5ed49a4df 100644
--- a/app/javascript/listings/singleListing/DropdownMenu.jsx
+++ b/app/javascript/listings/singleListing/DropdownMenu.jsx
@@ -1,7 +1,7 @@
import PropTypes from 'prop-types';
import { h, Component, createRef } from 'preact';
// eslint-disable-next-line import/no-unresolved
-import ThreeDotsIcon from 'images/three-dots.svg';
+import ThreeDotsIcon from 'images/overflow-horizontal.svg';
import listingPropTypes from './listingPropTypes';
const MenuButton = ({ onClick }) => (
diff --git a/app/views/comments/_comment_proper.html.erb b/app/views/comments/_comment_proper.html.erb
index 719eec387..4e96c0b6e 100644
--- a/app/views/comments/_comment_proper.html.erb
+++ b/app/views/comments/_comment_proper.html.erb
@@ -54,7 +54,7 @@
<% end %>
<%= render "comments/comment_date", decorated_comment: decorated_comment %>
diff --git a/app/views/dashboards/_dashboard_article.html.erb b/app/views/dashboards/_dashboard_article.html.erb
index 5d748ba6d..5873c39c3 100644
--- a/app/views/dashboards/_dashboard_article.html.erb
+++ b/app/views/dashboards/_dashboard_article.html.erb
@@ -9,7 +9,7 @@