web/about/credits: add a section about imput

This commit is contained in:
wukko 2024-10-12 19:20:20 +06:00
parent c10652b8c4
commit 0d2e300fbe
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -6,6 +6,17 @@
import BetaTesters from "$components/misc/BetaTesters.svelte"; import BetaTesters from "$components/misc/BetaTesters.svelte";
</script> </script>
<section id="imput">
<SectionHeading
title="imput"
sectionId="imput"
/>
cobalt is made with love and care by the [imput](https://imput.net/) research and development team.
you can support us on the [donate page](/donate)!
</section>
<section id="testers"> <section id="testers">
<SectionHeading <SectionHeading
title={$t("about.heading.testers")} title={$t("about.heading.testers")}