Skip to content

Commit fafcd4e

Browse files
fix: delete boilerplate favicon on login page
Previously, network tools show a 404 getting /users/assets/images/favicon.svg on /users/sign_in, and some tests intermittently failed with this 404. Delete the extraneous favicon link from devise boilerplate to let the normal favicon work on the login screen. Fixes test flake at https://github.com/rubyforgood/casa/wiki/Flaky-tests#suspected-testing-tool-crash
1 parent 24ebd5a commit fafcd4e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/views/layouts/devise.html.erb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<link
8-
rel="shortcut icon"
9-
href="assets/images/favicon.svg"
10-
type="image/x-icon">
117
<title>CASA Volunteer Tracker</title>
128

139
<%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %>

0 commit comments

Comments
 (0)