diff --git a/src/navigation.js b/src/navigation.js index 226f12e5..174e1c95 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -52,6 +52,7 @@ export const footerData = { { text: 'Get Lychee SE', href: 'https://lycheeorg.dev/get-supporter-edition' }, { text: 'GitHub sponsor', href: 'https://github.com/sponsors/LycheeOrg' }, { text: 'Open Collective', href: 'https://opencollective.com/LycheeOrg' }, + { text: 'Translations', href: 'https://weblate.lycheeorg.dev' }, ], }, { diff --git a/src/pages/support.astro b/src/pages/support.astro index c313d807..e3efed80 100644 --- a/src/pages/support.astro +++ b/src/pages/support.astro @@ -2,7 +2,11 @@ // import Features2 from '~/components/widgets/Features2.astro'; // import Features3 from '~/components/widgets/Features3.astro'; // import Features from '~/components/widgets/Features.astro'; +import Headline from '~/components/blog/Headline.astro'; +import Button from '~/components/ui/Button.astro'; +import WidgetWrapper from '~/components/ui/WidgetWrapper.astro'; import CallToAction2 from '~/components/widgets/CallToAction.astro'; +import Features from '~/components/widgets/Features.astro'; import Features2 from '~/components/widgets/Features2.astro'; import Features3 from '~/components/widgets/Features3.astro'; import Features5 from '~/components/widgets/Features5.astro'; @@ -272,5 +276,21 @@ const metadata = { }, ]} /> - + +