Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
exqt committed Nov 30, 2024
1 parent 7af322b commit 3654b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/popup/Disclaimer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,4 @@
z-index: 10;
color: white;
}
a {
color: #2d8fff;
text-decoration: underline;
}
</style>
4 changes: 2 additions & 2 deletions src/popup/Main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import { SongDB } from '../lib/songDB'
import { onMount } from 'svelte'
import I18N from '../lib/i18n'
import Disclaimer from './Disclaimer.svelte';
import Disclaimer from './Disclaimer.svelte'
interface Tab {
name: string
Expand Down Expand Up @@ -60,7 +60,7 @@
let showDisclaimer = true
const onAgree = (): void => {
console.log('agree')
console.log('agree')
showDisclaimer = false
}
</script>
Expand Down

0 comments on commit 3654b36

Please sign in to comment.