Skip to content

Commit 4fca0d2

Browse files
authored
Merge pull request #444 from PRUNplanner/chore-supporters
chore(supporters): add crowdin, remove highcharts logo
2 parents 579de50 + ed638a8 commit 4fca0d2

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

8.01 KB
Loading
-8.03 KB
Binary file not shown.

src/locales/en_US/homepage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"section_title": "Powered by tools we love to use"
6363
},
6464
"open_source": {
65-
"section_title": "Free & Open Source",
65+
"section_title": "Free & Open Source",
6666
"section_lead": "PRUNplanner is completely free to use, and its frontend is fully {link}.",
6767
"prompt": "Love it? We'd be thrilled if you contributed!",
6868
"link_open_source": "Open Source"

src/views/HomepageView.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,15 @@
178178
src="/images/homepage/posthog-logo-white@2x.png"
179179
class="h-7.5" />
180180
</a>
181+
<a href="https://crowdin.com/" target="_blank">
182+
<img
183+
src="/images/homepage/crowdin-core-logo-white.png"
184+
class="h-7.5" />
185+
</a>
181186
</div>
182187
</div>
183188
<h1 class="pb-4 text-4xl tracking-tight text-white text-center mt-30">
184-
Free &amp; Open Source
189+
{{ $t("homepage.open_source.section_title") }}
185190
</h1>
186191
<p class="text-white/60 text-center text-xl mb-5">
187192
<i18n-t keypath="homepage.open_source.section_lead" tag="span">

0 commit comments

Comments
 (0)