diff --git a/.gitignore b/.gitignore index ca84710..370d795 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ node_modules dist/ build/ .svelte-kit/ +*.local diff --git a/README.md b/README.md index 5527d32..4b22ee0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Qalculator +# Qalculator.xyz Get it from Microsoft diff --git a/lib/index.html b/lib/index.html index ebebfd6..958ffac 100644 --- a/lib/index.html +++ b/lib/index.html @@ -3,7 +3,7 @@ - Qalculator + Qalculator.xyz diff --git a/website/src/app.html b/website/src/app.html index a53b342..c2f4820 100644 --- a/website/src/app.html +++ b/website/src/app.html @@ -3,7 +3,7 @@ - Qalculator + Qalculator.xyz diff --git a/website/src/lib/historyWidget.svelte b/website/src/lib/historyWidget.svelte index f7e354c..9696c30 100644 --- a/website/src/lib/historyWidget.svelte +++ b/website/src/lib/historyWidget.svelte @@ -79,7 +79,7 @@ {#if appBanner} Download app - Download the free Qalculator app + Download the free Qalculator.xyz app {/if}
diff --git a/website/src/routes/about/+page.svelte b/website/src/routes/about/+page.svelte index 8389eb5..4c7a7b8 100644 --- a/website/src/routes/about/+page.svelte +++ b/website/src/routes/about/+page.svelte @@ -6,7 +6,7 @@ .replace('DELETE', ''); -

About Qalculator

+

About Qalculator.xyz

by Stephan Troyer