diff --git a/src/lib/components/LeaveAStarModal.svelte b/src/lib/components/LeaveAStarModal.svelte new file mode 100644 index 0000000..433b270 --- /dev/null +++ b/src/lib/components/LeaveAStarModal.svelte @@ -0,0 +1,58 @@ + + + + + + ⭐️ Support This Project by Leaving a Star! + + + If you find this project helpful or inspiring, consider showing your + support by leaving a star on GitHub. Your feedback motivates us to keep + improving! + + + + ⭐️ Star on GitHub + + + Maybe Later + + + + diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 9dcc945..230da35 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -21,6 +21,7 @@ import { soundStart, soundStop, type OscillatorType } from '../lib/sound'; import { browser } from '$app/environment'; import MobileAlgorithmSelector from '$lib/components/mobile/MobileAlgorithmSelector.svelte'; + import LeaveAStarModal from '$lib/components/LeaveAStarModal.svelte'; let selectedTheme: Theme = 'dim'; let size = 300; @@ -151,4 +152,5 @@ +
+ If you find this project helpful or inspiring, consider showing your + support by leaving a star on GitHub. Your feedback motivates us to keep + improving! +