mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-29 11:06:10 +00:00
web/about/credits: swap meowbalt and testers sections
This commit is contained in:
parent
84aa9fe67a
commit
7922fd7257
|
@ -5,22 +5,6 @@
|
||||||
import SectionHeading from "$components/misc/SectionHeading.svelte";
|
import SectionHeading from "$components/misc/SectionHeading.svelte";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section id="meowbalt">
|
|
||||||
<SectionHeading
|
|
||||||
title={$t("general.meowbalt")}
|
|
||||||
sectionId="meowbalt"
|
|
||||||
/>
|
|
||||||
|
|
||||||
meowbalt is cobalt's speedy mascot. he is an extremely expressive cat that loves fast internet.
|
|
||||||
|
|
||||||
all amazing drawings of meowbalt that you see in cobalt were made by [GlitchyPSI](https://glitchypsi.xyz/).
|
|
||||||
he is also the original designer of the character.
|
|
||||||
|
|
||||||
you cannot use or modify GlitchyPSI's artworks of meowbalt without his explicit permission.
|
|
||||||
|
|
||||||
you cannot use or modify the meowbalt character design commercially or in any form that isn't fan art.
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section id="testers">
|
<section id="testers">
|
||||||
<SectionHeading
|
<SectionHeading
|
||||||
title={$t("about.heading.testers")}
|
title={$t("about.heading.testers")}
|
||||||
|
@ -44,6 +28,22 @@ they also helped us ship cobalt 10!
|
||||||
all links are external and lead to their personal websites or social media.
|
all links are external and lead to their personal websites or social media.
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section id="meowbalt">
|
||||||
|
<SectionHeading
|
||||||
|
title={$t("general.meowbalt")}
|
||||||
|
sectionId="meowbalt"
|
||||||
|
/>
|
||||||
|
|
||||||
|
meowbalt is cobalt's speedy mascot. he is an extremely expressive cat that loves fast internet.
|
||||||
|
|
||||||
|
all amazing drawings of meowbalt that you see in cobalt were made by [GlitchyPSI](https://glitchypsi.xyz/).
|
||||||
|
he is also the original designer of the character.
|
||||||
|
|
||||||
|
you cannot use or modify GlitchyPSI's artworks of meowbalt without his explicit permission.
|
||||||
|
|
||||||
|
you cannot use or modify the meowbalt character design commercially or in any form that isn't fan art.
|
||||||
|
</section>
|
||||||
|
|
||||||
<section id="licenses">
|
<section id="licenses">
|
||||||
<SectionHeading
|
<SectionHeading
|
||||||
title={$t("about.heading.licenses")}
|
title={$t("about.heading.licenses")}
|
||||||
|
|
Loading…
Reference in a new issue