diff --git a/app/assets/images/icon_location_24.png b/app/assets/images/icon_location_24.png
deleted file mode 100644
index e4df926..0000000
Binary files a/app/assets/images/icon_location_24.png and /dev/null differ
diff --git a/app/views/channels/social_feed.html.erb b/app/views/channels/social_feed.html.erb
index 2311619..081133b 100644
--- a/app/views/channels/social_feed.html.erb
+++ b/app/views/channels/social_feed.html.erb
@@ -31,7 +31,7 @@
// iterate through each feed
$.each(data.feeds.reverse(), function() {
if (this.location) {
- html += '
" width="24" height="24" border="0" align="absbottom" /> ' + this.location + ' ';
+ html += '' + this.location + '
';
if (this.field1) { html += '' + data.channel.field1 + ': ' + this.field1 + '
'; }
if (this.field2) { html += '' + data.channel.field2 + ': ' + this.field2 + '
'; }
if (this.field3) { html += '' + data.channel.field3 + ': ' + this.field3 + '
'; }
@@ -59,7 +59,7 @@
$.getJSON('<%= "#{@domain}channels/#{params[:channel_id]}/feed/last.json?callback=?&offset=0&location=true&status=true" %>', function(data) {
// if data exists and entry id doesn't already exist
if (data.location && $('#entry_' + data.entry_id).length == 0) {
- html = '" width="24" height="24" border="0" align="absbottom" /> ' + data.location + ' ';
+ html = '' + data.location + '
';
if (data.field1) { html += '' + field1 + ': ' + data.field1 + '
'; }
if (data.field2) { html += '' + field2 + ': ' + data.field2 + '
'; }
if (data.field3) { html += '' + field3 + ': ' + data.field3 + '
'; }
diff --git a/public/assets/icon_location_24-40aef0eb9d6824f7538c1056c90a2156.png b/public/assets/icon_location_24-40aef0eb9d6824f7538c1056c90a2156.png
deleted file mode 100644
index e4df926..0000000
Binary files a/public/assets/icon_location_24-40aef0eb9d6824f7538c1056c90a2156.png and /dev/null differ
diff --git a/public/assets/icon_location_24-bf607f94a54f074c940a844771200b1b.png b/public/assets/icon_location_24-bf607f94a54f074c940a844771200b1b.png
deleted file mode 100644
index e4df926..0000000
Binary files a/public/assets/icon_location_24-bf607f94a54f074c940a844771200b1b.png and /dev/null differ
diff --git a/public/assets/icon_location_24-ca224027aa31bc0cb6d6e1db0eaed112.png b/public/assets/icon_location_24-ca224027aa31bc0cb6d6e1db0eaed112.png
deleted file mode 100644
index e4df926..0000000
Binary files a/public/assets/icon_location_24-ca224027aa31bc0cb6d6e1db0eaed112.png and /dev/null differ
diff --git a/public/assets/icon_location_24.png b/public/assets/icon_location_24.png
deleted file mode 100644
index e4df926..0000000
Binary files a/public/assets/icon_location_24.png and /dev/null differ