Skip to content

Commit e318408

Browse files
feat: replace extension names text with images in settings screen (#1196)
1 parent db6723a commit e318408

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

src/css/browserAction.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body {
2323
}
2424

2525
#logo {
26-
width: 1.2em;
26+
height: 1.75rem;
2727
vertical-align: sub;
2828
}
2929

src/html/browserAction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</head>
1010
<body>
1111
<h1>
12-
<img src="../image/icon.svg" alt="Shadowban Scanner Logo" id="logo" /> Shadowban Scanner<a
12+
<img src="../image/logo.svg" alt="Shadowban Scanner Logo" id="logo" /><a
1313
id="version-number"
1414
href=""
1515
target="_blank"

0 commit comments

Comments
 (0)