mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
Run prettier on all files.
This commit is contained in:
@@ -2,28 +2,19 @@ import styles from "../Login.module.scss";
|
||||
import { Text } from "preact-i18n";
|
||||
|
||||
export function Legal() {
|
||||
return (
|
||||
<span className={styles.footer}>
|
||||
<a
|
||||
href="https://revolt.chat/about"
|
||||
target="_blank"
|
||||
>
|
||||
<Text id="general.about" />
|
||||
</a>
|
||||
·
|
||||
<a
|
||||
href="https://revolt.chat/terms"
|
||||
target="_blank"
|
||||
>
|
||||
<Text id="general.tos" />
|
||||
</a>
|
||||
·
|
||||
<a
|
||||
href="https://revolt.chat/privacy"
|
||||
target="_blank"
|
||||
>
|
||||
<Text id="general.privacy" />
|
||||
</a>
|
||||
</span>
|
||||
);
|
||||
return (
|
||||
<span className={styles.footer}>
|
||||
<a href="https://revolt.chat/about" target="_blank">
|
||||
<Text id="general.about" />
|
||||
</a>
|
||||
·
|
||||
<a href="https://revolt.chat/terms" target="_blank">
|
||||
<Text id="general.tos" />
|
||||
</a>
|
||||
·
|
||||
<a href="https://revolt.chat/privacy" target="_blank">
|
||||
<Text id="general.privacy" />
|
||||
</a>
|
||||
</span>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user