Skip to content

Commit

Permalink
Merge pull request #1857 from getAlby/task-favicon-ff
Browse files Browse the repository at this point in the history
fix: add favicon to extension pages (firefox)
  • Loading branch information
bumi authored Dec 12, 2022
2 parents f122766 + b5728f4 commit b58b2b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions static/views/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="assets/icons/alby_icon_yellow_32x32.png">
<title>Alby</title>
</head>

Expand Down
3 changes: 2 additions & 1 deletion static/views/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=500" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="assets/icons/alby_icon_yellow_32x32.png">
<title>Alby</title>
</head>

Expand Down

0 comments on commit b58b2b9

Please sign in to comment.