We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6143fdc commit 0d7bcf9Copy full SHA for 0d7bcf9
src/NanoDonate.svelte
@@ -10,12 +10,12 @@
10
// Laura Kalbag (https://laurakalbag.com), Small Technology Foundation
11
// (https://small-tech.org).
12
//
13
- // License: ISC.
+ // License: GPLv3.
14
15
////////////////////////////////////////////////////////////////////////////////
16
17
import { onMount } from 'svelte'
18
- import QRious from 'qrious'
+ import QRious from './lib/QRious.mjs'
19
import NanoSpinner from './lib/NanoSpinner.svelte'
20
import CurrencyOptions from './lib/CurrencyOptions.svelte'
21
import { lighten } from './lib/QuickAndDirtyColour.mjs'
0 commit comments