diff --git a/app/assets/images/add--meta.svg b/app/assets/images/add--meta.svg
deleted file mode 100644
index 2903dc260..000000000
--- a/app/assets/images/add--meta.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/app/views/cards/display/common/_meta.html.erb b/app/views/cards/display/common/_meta.html.erb
index d5c1fdfb5..ade67bbba 100644
--- a/app/views/cards/display/common/_meta.html.erb
+++ b/app/views/cards/display/common/_meta.html.erb
@@ -4,7 +4,6 @@
- <%= icon_tag "add--meta" %>
Added <%= local_datetime_tag(card.created_at, style: :daysago) %>
<% if card.drafted? %>
(Draft)
@@ -12,7 +11,6 @@
- <%= icon_tag "arrow-up" %>
By <%= card.creator.familiar_name %>
diff --git a/app/views/cards/display/preview/_meta.html.erb b/app/views/cards/display/preview/_meta.html.erb
index bb6193a44..1b710dab6 100644
--- a/app/views/cards/display/preview/_meta.html.erb
+++ b/app/views/cards/display/preview/_meta.html.erb
@@ -4,13 +4,11 @@
- <%= icon_tag "add--meta" %>
<%= local_datetime_tag(card.created_at, style: :daysago) %>
<% "(Draft)" if card.drafted? %>
- <%= icon_tag "arrow-up" %>
<%= card.creator.familiar_name %>