Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/homepage/highcharts-logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/locales/en_US/homepage.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"section_title": "Powered by tools we love to use"
},
"open_source": {
"section_title": "Free & Open Source",
"section_title": "Free & Open Source",
"section_lead": "PRUNplanner is completely free to use, and its frontend is fully {link}.",
"prompt": "Love it? We'd be thrilled if you contributed!",
"link_open_source": "Open Source"
Expand Down
7 changes: 6 additions & 1 deletion src/views/HomepageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,15 @@
src="/images/homepage/posthog-logo-white@2x.png"
class="h-7.5" />
</a>
<a href="https://crowdin.com/" target="_blank">
<img
src="/images/homepage/crowdin-core-logo-white.png"
class="h-7.5" />
</a>
</div>
</div>
<h1 class="pb-4 text-4xl tracking-tight text-white text-center mt-30">
Free &amp; Open Source
{{ $t("homepage.open_source.section_title") }}
</h1>
<p class="text-white/60 text-center text-xl mb-5">
<i18n-t keypath="homepage.open_source.section_lead" tag="span">
Expand Down
Loading