Skip to content

Commit

Permalink
chore: rename success component
Browse files Browse the repository at this point in the history
  • Loading branch information
Cussone committed Nov 13, 2024
1 parent bac6372 commit 440012c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/modal/Modal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import ArgentMobileApproval from "./layouts/argent/ArgentMobileApproval.svelte"
import ArgentMobileQR from "./layouts/argent/ArgentMobileQR.svelte"
import FailedLogin from "./layouts/FailedLogin.svelte"
import SuccessfulLogin from "./layouts/SuccessfulLogin.svelte"
import Success from "./layouts/Success.svelte"
import DownloadWallet from "./layouts/DownloadWallet/DownloadWallet.svelte"
import DynamicIcon from "./components/DynamicIcon.svelte"
Expand Down Expand Up @@ -123,7 +123,7 @@
{/if}
</Connecting>
{:else if layout === Layout.success}
<SuccessfulLogin />
<Success />
{:else if layout === Layout.failure}
<FailedLogin
walletName={selectedConnector?.name}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
<SuccessCheckIcon />
</div>

<h3 class="text-primary text-h4 font-bold">Successfully logged in!</h3>
<h3 class="text-primary text-h4 font-bold">Success!</h3>
</section>

0 comments on commit 440012c

Please # to comment.