Skip to content

Commit

Permalink
Merge pull request #2818 from sul-dlss/link-icon
Browse files Browse the repository at this point in the history
Switch to using svg link icon
  • Loading branch information
corylown authored Jan 24, 2025
2 parents f113395 + a05803e commit 694a63d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Binary file removed app/assets/images/favicon.ico
Binary file not shown.
6 changes: 5 additions & 1 deletion app/views/layouts/spotlight/base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
<% if current_exhibit %>
<link href="<%= spotlight.opensearch_exhibit_catalog_url(current_exhibit, format: 'xml') %>" title="<%= application_name %>" type="application/opensearchdescription+xml" rel="search"/>
<% end %>
<%= favicon_link_tag 'favicon.ico' %>

<link rel="icon" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2025-01-24/styles/icon.png" type="image/png">
<link rel="icon" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2025-01-24/styles/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2025-01-24/styles/icon.png">

<script src="https://cdn.skypack.dev/@github/auto-complete-element" type="module"></script>
<% if current_exhibit %>
<%= exhibit_stylesheet_link_tag "application" %>
Expand Down
Binary file removed public/icon.png
Binary file not shown.
3 changes: 0 additions & 3 deletions public/icon.svg

This file was deleted.

0 comments on commit 694a63d

Please sign in to comment.