CorruptMp4s: Depend on CommandsAPI ~ PronounDB: Add pronoundb link
This commit is contained in:
parent
0bc894d065
commit
58636a9a82
|
@ -29,6 +29,7 @@ export default definePlugin({
|
||||||
name: "CorruptMp4s",
|
name: "CorruptMp4s",
|
||||||
description: "Create corrupt mp4s with extremely high or negative duration",
|
description: "Create corrupt mp4s with extremely high or negative duration",
|
||||||
authors: [Devs.Ven],
|
authors: [Devs.Ven],
|
||||||
|
dependencies: ["CommandsAPI"],
|
||||||
commands: [{
|
commands: [{
|
||||||
name: "corrupt",
|
name: "corrupt",
|
||||||
description: "Create a corrupt mp4 with extremely high or negative duration",
|
description: "Create a corrupt mp4 with extremely high or negative duration",
|
||||||
|
|
|
@ -16,12 +16,17 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import { Link } from "../../../components/Link";
|
||||||
import { Forms, React } from "../../../webpack/common";
|
import { Forms, React } from "../../../webpack/common";
|
||||||
|
|
||||||
export default function PronounsAboutComponent() {
|
export default function PronounsAboutComponent() {
|
||||||
return (
|
return (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<Forms.FormTitle tag="h3">More Information</Forms.FormTitle>
|
<Forms.FormTitle tag="h3">More Information</Forms.FormTitle>
|
||||||
|
<Forms.FormText>To add your own pronouns, visit{" "}
|
||||||
|
<Link href="https://pronoundb.org">pronoundb.org</Link>
|
||||||
|
</Forms.FormText>
|
||||||
|
<Forms.FormDivider />
|
||||||
<Forms.FormText>
|
<Forms.FormText>
|
||||||
The two pronoun formats are lowercase and capitalized. Example:
|
The two pronoun formats are lowercase and capitalized. Example:
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue