Skip to content

Commit

Permalink
Merge pull request #3270 from getAlby/fix/pagetitle
Browse files Browse the repository at this point in the history
fix: change pagetitle to Alby Extension
  • Loading branch information
pavanjoshi914 authored Nov 14, 2024
2 parents d19935c + a98e9ad commit cce4422
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion static/views/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
type="image/png"
href="assets/icons/alby_icon_yellow_32x32.png"
/>
<title>Alby</title>
<title>Alby Extension</title>
</head>

<body class="bg-gray-50 dark:bg-surface-00dp slashed-zero">
Expand Down
2 changes: 1 addition & 1 deletion static/views/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
type="image/png"
href="assets/icons/alby_icon_yellow_32x32.png"
/>
<title>Alby</title>
<title>Alby Extension</title>
</head>

<body
Expand Down
2 changes: 1 addition & 1 deletion static/views/prompt.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
type="image/png"
href="assets/icons/alby_icon_yellow_32x32.png"
/>
<title>Alby</title>
<title>Alby Extension</title>
</head>

<body
Expand Down
2 changes: 1 addition & 1 deletion static/views/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
type="image/png"
href="assets/icons/alby_icon_yellow_32x32.png"
/>
<title>Alby</title>
<title>Alby Extension</title>
</head>

<body class="bg-gray-100 dark:bg-surface-00dp slashed-zero">
Expand Down

0 comments on commit cce4422

Please sign in to comment.