Skip to content

Commit 0601587

Browse files
committed
Remove font-awesome image from Suggestion panel
1 parent b1308e5 commit 0601587

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/views/tacos/analyze.html.erb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<% if @suggestions.present? %>
22
<div id="hint" aria-live="polite">
33
<aside class="mitlib-suggestion-panel">
4-
<div class="image-wrapper">
5-
<i class="fa fa-info-circle" aria-hidden="true"></i>
6-
</div>
74
<div class="panel-content">
85
<p class="panel-type">Suggested resource</p>
96
<h3><%= @suggestions['title'] %></h3>

0 commit comments

Comments
 (0)