Skip to content

Commit

Permalink
Switch to using svg link icon
Browse files Browse the repository at this point in the history
This provides an apple-touch-icon and higher quality
  • Loading branch information
jcoyne authored and thatbudakguy committed Jan 28, 2025
1 parent df69001 commit f66bd7a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Empty file removed app/assets/images/favicon.ico
Empty file.
5 changes: 4 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@

<title>Stacks</title>

<%= 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">

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

Expand Down
Binary file removed public/favicon.ico
Binary file not shown.
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 f66bd7a

Please sign in to comment.