Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Xatta-Trone committed Jun 28, 2023
1 parent 2168860 commit eca683a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<FooterLink href="/privacy-policy">Privacy Policy</FooterLink>
<FooterLink href="/terms-and-conditions">Terms & Conditions</FooterLink>
<FooterLink href="/support">Support</FooterLink>
<FooterLink href="/commerce-disclosure">Commerce Discloser</FooterLink>
</FooterLinkGroup>
</Footer>
</div>
3 changes: 2 additions & 1 deletion src/routes/pricing/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- @format -->
<script lang="ts">
import PricingComponent from "$lib/components/PricingComponent.svelte";
import { Heading } from "flowbite-svelte";
import { A, Heading } from "flowbite-svelte";
</script>

<svelte:head>
Expand All @@ -15,6 +15,7 @@
customSize="text-4xl font-extrabold md:text-5xl lg:text-6xl"
>Pricing Plans</Heading
>
<A href="commerce-disclosure">Commerce Disclosure</A>
</div>

<PricingComponent />

0 comments on commit eca683a

Please sign in to comment.