Skip to content

Commit

Permalink
feat: replace extension names text with images in settings screen (#1196
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Robot-Inventor authored Nov 29, 2024
1 parent db6723a commit e318408
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/browserAction.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body {
}

#logo {
width: 1.2em;
height: 1.75rem;
vertical-align: sub;
}

Expand Down
2 changes: 1 addition & 1 deletion src/html/browserAction.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>
<h1>
<img src="../image/icon.svg" alt="Shadowban Scanner Logo" id="logo" /> Shadowban Scanner<a
<img src="../image/logo.svg" alt="Shadowban Scanner Logo" id="logo" /><a
id="version-number"
href=""
target="_blank"
Expand Down
Loading

0 comments on commit e318408

Please sign in to comment.