Skip to content

Commit 45729ee

Browse files
committed
refactor: fix newly generated lint errors
1 parent aee0621 commit 45729ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ext/action-popup/Components/Views/UpdateView.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="none">
2525
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
2626
{@html iconUpdate}
27-
<div>
27+
<div class="prompt">
2828
There are no file updates available
2929
<br />
3030
<button class="link" on:click={checkClick}> Check Updates </button>
@@ -70,7 +70,7 @@
7070
width: 4rem;
7171
}
7272
73-
.none div:not(.link) {
73+
.none div.prompt {
7474
color: var(--text-color-disabled);
7575
font-weight: 600;
7676
margin-bottom: 2rem;

0 commit comments

Comments
 (0)