Update login page
parent
9823899b8b
commit
01e7ac993b
|
|
@ -1,7 +1,7 @@
|
||||||
import { Twitter, Github, Mastodon } from "@styled-icons/boxicons-logos";
|
import { Github } from "@styled-icons/boxicons-logos";
|
||||||
import { observer } from "mobx-react-lite";
|
import { observer } from "mobx-react-lite";
|
||||||
import { Helmet } from "react-helmet";
|
import { Helmet } from "react-helmet";
|
||||||
import { Link, Route, Switch } from "react-router-dom";
|
import { Route, Switch } from "react-router-dom";
|
||||||
|
|
||||||
import styles from "./Login.module.scss";
|
import styles from "./Login.module.scss";
|
||||||
import { Text } from "preact-i18n";
|
import { Text } from "preact-i18n";
|
||||||
|
|
@ -98,25 +98,13 @@ export default observer(() => {
|
||||||
<div className={styles.links}>
|
<div className={styles.links}>
|
||||||
<div className={styles.socials}>
|
<div className={styles.socials}>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/revoltchat"
|
href="https://github.com/archem-team"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer">
|
rel="noreferrer">
|
||||||
<Github size={24} />
|
<Github size={24} />
|
||||||
</a>
|
</a>
|
||||||
<a
|
|
||||||
href="https://twitter.com/revoltchat"
|
|
||||||
target="_blank"
|
|
||||||
rel="noreferrer">
|
|
||||||
<Twitter size={24} />
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
href="https://mastodon.social/@revoltchat"
|
|
||||||
target="_blank"
|
|
||||||
rel="noreferrer">
|
|
||||||
<Mastodon size={24} />
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.bullet} />
|
{/*<div className={styles.bullet} />
|
||||||
<div className={styles.revolt}>
|
<div className={styles.revolt}>
|
||||||
<a
|
<a
|
||||||
href="https://revolt.chat/about"
|
href="https://revolt.chat/about"
|
||||||
|
|
@ -136,15 +124,15 @@ export default observer(() => {
|
||||||
rel="noreferrer">
|
rel="noreferrer">
|
||||||
<Text id="general.privacy" />
|
<Text id="general.privacy" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>*/}
|
||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
className={styles.attribution}
|
className={styles.attribution}
|
||||||
href="https://unsplash.com/@fakurian"
|
href="https://unsplash.com/@dilucidus"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer">
|
rel="noreferrer">
|
||||||
<Text id="general.image_by" /> ‎@fakurian ‏·
|
<Text id="general.image_by" /> ‎@dilucidus
|
||||||
unsplash.com
|
‏· unsplash.com
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 6.0 MiB |
Loading…
Reference in New Issue