Skip to content

Commit

Permalink
fix: add favicon to extension pages (firefox)
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Dec 12, 2022
1 parent f122766 commit b5728f4
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 b5728f4

Please sign in to comment.