Skip to content

Commit c187725

Browse files
committed
Add trademark disclaimer
1 parent f791e9b commit c187725

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<section class="flex flex-col justify-center w-full py-5 sm:py-9 gap-14">
2+
<center>Anki is a registered trademark of Ankitects Pty Ltd.</center>
3+
</section>

src/routes/+page.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import Testimonials from '$lib/components/sections/Testimonials.svelte';
66
import BasicConcepts from '$lib/components/sections/BasicConcepts.svelte';
77
import Downloads from '$lib/components/sections/Downloads.svelte';
8+
import Footer from '$lib/components/sections/Footer.svelte';
89
</script>
910

1011
<Hero />
@@ -13,3 +14,4 @@
1314
<BasicConcepts />
1415
<Contributing />
1516
<Downloads />
17+
<Footer />

0 commit comments

Comments
 (0)