[M] Rename: Bind -> Link

This commit is contained in:
Azalea
2024-02-22 18:19:55 -05:00
parent 49320ff623
commit a001a45cc4
6 changed files with 8 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
<script>
import BindCard from "./Home/LinkCard.svelte";
import LinkCard from "./Home/LinkCard.svelte";
</script>
<main class="content">
<h2>Welcome to AquaDX!</h2>
<BindCard/>
<LinkCard/>
</main>

View File

@@ -72,7 +72,7 @@
const summary = card.summary
// Check if it's already linked
if (card.card.bound) {
if (card.card.linked) {
setError("This card is already linked to another account", type)
state = "ready"
return