Skip to content

Commit b659e40

Browse files
committed
Remove unused icon, make stars not draggable
1 parent 87c3b33 commit b659e40

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

plugins/renamer/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ export function App() {
217217
<div className="results">
218218
{!textSearchFilter.query ? (
219219
<div className="empty-state">
220-
<img className="light" src={starsLightImage} alt="Stars" />
221-
<img className="dark" src={starsDarkImage} alt="Stars" />
220+
<img className="light" src={starsLightImage} alt="Stars" draggable={false} />
221+
<img className="dark" src={starsDarkImage} alt="Stars" draggable={false} />
222222
</div>
223223
) : (
224224
<div className="list">

plugins/renamer/src/assets/icon_search.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)