web/views/layout.erb in sidekiq-6.1.3 vs web/views/layout.erb in sidekiq-6.2.0

- old
+ new

@@ -14,9 +14,10 @@ <link href="<%= root_path %>stylesheets/application-dark.css" media="screen and (prefers-color-scheme: dark)" rel="stylesheet" type="text/css" /> <% if rtl? %> <link href="<%= root_path %>stylesheets/application-rtl.css" media="screen" rel="stylesheet" type="text/css" /> <% end %> + <link rel="apple-touch-icon" href="<%= root_path %>images/apple-touch-icon.png"> <link rel="shortcut icon" type="image/ico" href="<%= root_path %>images/favicon.ico" /> <script type="text/javascript" src="<%= root_path %>javascripts/application.js"></script> <meta name="google" content="notranslate" /> <%= display_custom_head %> </head>