mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 05:37:27 +08:00
[M] Rename: Bind -> Link
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user