Removed feedIcons.js.erb as the file is no longer being used. (#7788)

This commit is contained in:
Nick Taylor 2020-05-12 09:35:55 -04:00 committed by GitHub
parent 2abe830377
commit 0300dadd19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +0,0 @@
<% helpers = ActionController::Base.helpers %>
export const FEED_ICONS = {
COMMENTS_ICON: '<%= helpers.image_path("comments-bubble.png") %>',
REACTIONS_ICON: '<%= helpers.image_path("reactions-stack.png") %>',
VIDEO_ICON: '<%= helpers.image_path("video-camera.svg") %>',
};