Skip to content

Commit

Permalink
keep consistent name
Browse files Browse the repository at this point in the history
  • Loading branch information
stephtr committed Nov 6, 2023
1 parent b96310d commit 644d1cf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ node_modules
dist/
build/
.svelte-kit/
*.local
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Qalculator
# Qalculator.xyz

<a href="https://www.microsoft.com/store/productId/9P4866X24PD3">
<img src="website/static/badge-microsoft-store.svg" alt="Get it from Microsoft" height="50" />
Expand Down
2 changes: 1 addition & 1 deletion lib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<title>Qalculator</title>
<title>Qalculator.xyz</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
Expand Down
2 changes: 1 addition & 1 deletion website/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8" />
<title>Qalculator</title>
<title>Qalculator.xyz</title>
<meta name="description" content="Calculating the awesome way" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="theme-color" content="#344" />
Expand Down
2 changes: 1 addition & 1 deletion website/src/lib/historyWidget.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{#if appBanner}
<a href={appBanner.link} class="calloutApp response" transition:slide>
<img src={appBanner.imageUrl} alt="Download app" />
<span>Download the free Qalculator app</span>
<span>Download the free Qalculator.xyz app</span>
</a>
{/if}
<div>
Expand Down
2 changes: 1 addition & 1 deletion website/src/routes/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.replace('DELETE', '');
</script>

<h2>About Qalculator</h2>
<h2>About Qalculator.xyz</h2>
<p>by Stephan Troyer</p>
<img src="/logo.png" alt="" width="150" />

Expand Down

0 comments on commit 644d1cf

Please sign in to comment.