Skip to content

Commit

Permalink
add sizes="any" to svg icon
Browse files Browse the repository at this point in the history
  • Loading branch information
goplayoutside3 committed Sep 25, 2024
1 parent 112490a commit 0f7289e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="zooniverse:deployed_commit" content="<%= process.env.HEAD_COMMIT %>">
<meta name="zooniverse:build_env" content="<%= process.env.NODE_ENV %>">
<meta name="zooniverse:build_date" content="<%= new Date() %>">
<link rel="icon" href="https://www.zooniverse.org/icon.svg">
<link rel="icon" sizes="any" href="https://www.zooniverse.org/icon.svg">
<link rel="apple-touch-icon" href="https://www.zooniverse.org/touch-icon.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Karla:400,700" />
Expand Down

0 comments on commit 0f7289e

Please sign in to comment.