web/about/credits: add a section about imput
This commit is contained in:
parent
c10652b8c4
commit
0d2e300fbe
1 changed files with 11 additions and 0 deletions
|
@ -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")}
|
||||||
|
|
Loading…
Reference in a new issue