Skip to content

Commit ca96427

Browse files
mabijkerknoracato
authored andcommitted
Update the browser tab icon to match ETM style
1 parent 40be836 commit ca96427

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

app/assets/images/favicon.svg

Lines changed: 12 additions & 0 deletions
Loading

app/views/layouts/application.html.haml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
= csrf_meta_tag
1414
= javascript_include_tag 'application'
1515
= stylesheet_link_tag 'application'
16+
= favicon_link_tag asset_path("favicon.svg")
1617
= javascript_importmap_tags 'inspect'
1718

1819
%body#data

app/views/layouts/blueprint_layout.html.haml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
%head
33
= javascript_include_tag 'graph'
44
= stylesheet_link_tag 'graph'
5+
= favicon_link_tag asset_path("favicon.svg")
56
%body
67
= yield

app/views/layouts/login.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<%= csrf_meta_tags %>
1010
<%= csp_meta_tag %>
1111
<%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %>
12-
<%#= favicon_link_tag asset_path("favicon.svg") %>
12+
<%= favicon_link_tag asset_path("favicon.svg") %>
1313

1414
<%= stylesheet_link_tag "auth", "data-turbo-track": "reload" %>
1515
<%= javascript_importmap_tags "identity" %>

0 commit comments

Comments
 (0)