Skip to content

Commit

Permalink
Merge pull request #2805 from sul-dlss/2796-zotero
Browse files Browse the repository at this point in the history
convert zotero button to btn-primary
  • Loading branch information
taylor-steve authored Jan 10, 2025
2 parents 6db2259 + a00dffc commit 54bc154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/_bibliography_buttons_default.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% if @document.zotero_url.present? %>
<a href="<%= @document.zotero_url %>" class="btn btn-info btn-view-on-zotero float-end">
<a href="<%= @document.zotero_url %>" class="btn btn-primary btn-view-on-zotero float-end">
<%= t('bibliography_resources.show.zotero_button') %>
</a>
<% end %>

0 comments on commit 54bc154

Please sign in to comment.