Skip to content

Commit 51accb0

Browse files
committed
Fixed typos
1 parent 6a36538 commit 51accb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/pages/about.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="hero-content text-center p-0">
1414
<div class="max-w-md">
1515
<div class="hidden lg:block">
16-
<button class="btn btn-ghost mb-9" on:click={() => navigateToPage(Page.Dashboard)}>{'< Back to the Bashboard'}</button>
16+
<button class="btn btn-ghost mb-9" on:click={() => navigateToPage(Page.Dashboard)}>{'< Back to the Dashboard'}</button>
1717
</div>
1818

1919
<Logo height="72" width="72" className="mx-auto" />

src/lib/pages/settings.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<seaction class="text-center">
4545
<div class="max-w-sm mx-auto py-12 px-6 md:px-0">
4646
<div class="hidden lg:block">
47-
<button class="btn btn-ghost mb-9" on:click={() => navigateToPage(Page.Dashboard)}>{'< Back to the Bashboard'}</button>
47+
<button class="btn btn-ghost mb-9" on:click={() => navigateToPage(Page.Dashboard)}>{'< Back to the Dashboard'}</button>
4848
</div>
4949

5050
<h1 class="text-3xl font-bold pb-1">Settings</h1>

0 commit comments

Comments
 (0)