mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
Format and automatically fix linted code.
This commit is contained in:
@@ -4,15 +4,24 @@ import { Text } from "preact-i18n";
|
||||
export function Legal() {
|
||||
return (
|
||||
<span className={styles.footer}>
|
||||
<a href="https://revolt.chat/about" target="_blank">
|
||||
<a
|
||||
href="https://revolt.chat/about"
|
||||
target="_blank"
|
||||
rel="noreferrer">
|
||||
<Text id="general.about" />
|
||||
</a>
|
||||
·
|
||||
<a href="https://revolt.chat/terms" target="_blank">
|
||||
<a
|
||||
href="https://revolt.chat/terms"
|
||||
target="_blank"
|
||||
rel="noreferrer">
|
||||
<Text id="general.tos" />
|
||||
</a>
|
||||
·
|
||||
<a href="https://revolt.chat/privacy" target="_blank">
|
||||
<a
|
||||
href="https://revolt.chat/privacy"
|
||||
target="_blank"
|
||||
rel="noreferrer">
|
||||
<Text id="general.privacy" />
|
||||
</a>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user