Skip to content

Commit

Permalink
Change link to relative path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oceania2018 authored Jan 30, 2024
1 parent 659dcbc commit 90dabec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/(home)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<HeadTitle title="{PUBLIC_BRAND_NAME} Workspace" />

<div class="home-btn d-none d-sm-block">
<Link href="/" class="text-dark">
<Link href="" class="text-dark">
<img
src={PUBLIC_LOGO_URL}
alt="logo"
Expand All @@ -47,7 +47,7 @@
</Col>
</Row>
{#if showHomeSlogan}
<h4 class="mt-5" transition:fade={{ delay: 500, duration: 500 }}>Let&#39;s <a href="/login">get started</a> with {PUBLIC_BRAND_NAME}</h4>
<h4 class="mt-5" transition:fade={{ delay: 500, duration: 500 }}>Let&#39;s <a href="login">get started</a> with {PUBLIC_BRAND_NAME}</h4>
<p class="text-muted" transition:fade={{ delay: 800, duration: 500 }}>
{PUBLIC_HOME_SLOGAN}
</p>
Expand All @@ -57,4 +57,4 @@
</Row>
</Container>
</div>


0 comments on commit 90dabec

Please sign in to comment.