Skip to content

Commit 9bba8c6

Browse files
committed
feat: update home screen
1 parent 5dd181f commit 9bba8c6

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.vitepress/theme/components/Home/Home.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import Sponsors from './Sponsors.vue';
77
import Testimonials from './Testimonials.vue';
88
import Community from './Community.vue';
99
import Footer from './Footer.vue';
10+
import NewsLetterSubstack from './../Community/NewsLetterSubstack.vue';
1011
</script>
1112

1213
<template>
@@ -17,6 +18,7 @@ import Footer from './Footer.vue';
1718
<Sponsors />
1819
<Testimonials />
1920
<Community />
21+
<NewsLetterSubstack />
2022
<Footer />
2123
</template>
2224

.vitepress/theme/components/Home/Sponsors.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import SponsorGroup from '../shared/SponsorGroup.vue';
88
<div class="text-center mb-16">
99
<h1 class="md:!text-5xl mb-2 md:mb-8">Leaf is all of us</h1>
1010
<p class="md:px-[22%]">
11-
Leaf is fully community backed. Your donations go a long way to help us keep Leaf running and keep up with the
11+
Leaf is fully community backed. Your support goes a long way to help us keep Leaf running and keep up with the
1212
demand associated with the growth of our tools. Here are our current sponsors ❤️
1313
</p>
1414
</div>

src/public/sponsors.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,25 @@
1111
"url": "https://www.algolia.com/",
1212
"img": "https://avatars.githubusercontent.com/u/2034458?s=200&v=4"
1313
},
14+
{
15+
"name": "GitHub",
16+
"url": "https://www.github.com/",
17+
"img": "https://avatars.githubusercontent.com/u/9919?s=200&v=4"
18+
},
1419
{
1520
"name": "Terry",
1621
"url": "https://github.com/terrybr",
1722
"img": "https://avatars.githubusercontent.com/u/378788?v=4"
23+
},
24+
{
25+
"name": "Kunule Imbayi",
26+
"url": "https://opencollective.com/kunule-imbayi",
27+
"img": "https://images.opencollective.com/kunule-imbayi/avatar.png"
28+
},
29+
{
30+
"name": "Axiojet",
31+
"url": "#",
32+
"img": "https://images.opencollective.com/guest-5b09479c/avatar.png"
1833
}
1934
],
2035
"pastSponsors": [

0 commit comments

Comments
 (0)