Skip to content

Commit d621de4

Browse files
authored
stupid http instead of https (#202)
1 parent 3dc2050 commit d621de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/support.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ const metadata = {
282282
<h2 class="text-3xl md:text-4xl font-bold leading-tighter tracking-tighter font-heading" set:html={'Translation efforts'} />
283283
<div class="mt-2 md:mt-3 mx-auto text-xl text-gray-500 dark:text-slate-400 font-medium" set:html={'It only takes a little bit of your time, but it greatly helps us.'} />
284284
</div>
285-
<a href="http://weblate.lycheeorg.dev/engage/lycheeorg/" class="flex justify-center">
286-
<img src="http://weblate.lycheeorg.dev/widget/lycheeorg/multi-auto.svg" class="w-full" alt="Translation status" />
285+
<a href="https://weblate.lycheeorg.dev/engage/lycheeorg/" class="flex justify-center">
286+
<img src="https://weblate.lycheeorg.dev/widget/lycheeorg/multi-auto.svg" class="w-full" alt="Translation status" />
287287
</a>
288288
<div class="flex w-full sm:w-auto my-4 justify-center">
289289
<Button

0 commit comments

Comments
 (0)