diff --git a/src/pages/login/Login.module.scss b/src/pages/login/Login.module.scss index 3f98291f..4d9bea5a 100644 --- a/src/pages/login/Login.module.scss +++ b/src/pages/login/Login.module.scss @@ -4,7 +4,6 @@ padding: 40px 35px; display: flex; user-select: none; - background: url("/src/pages/login/background.jpg"); background-position: center; background-repeat: no-repeat; diff --git a/src/pages/login/Login.tsx b/src/pages/login/Login.tsx index 8ee575b5..bc676a72 100644 --- a/src/pages/login/Login.tsx +++ b/src/pages/login/Login.tsx @@ -2,7 +2,6 @@ import { Twitter, Github, Mastodon } from "@styled-icons/boxicons-logos"; import { observer } from "mobx-react-lite"; import { Helmet } from "react-helmet"; import { Route, Switch } from "react-router-dom"; -import { LIBRARY_VERSION } from "revolt.js"; import styles from "./Login.module.scss"; import { Text } from "preact-i18n"; @@ -11,10 +10,8 @@ import { useApplicationState } from "../../mobx/State"; import wideSVG from "../../../public/assets/wide.svg"; import LocaleSelector from "../../components/common/LocaleSelector"; -import background from "./background.jpg"; import { Titlebar } from "../../components/native/Titlebar"; -import { APP_VERSION } from "../../version"; import { FormCreate } from "./forms/FormCreate"; import { FormLogin } from "./forms/FormLogin"; import { FormReset, FormSendReset } from "./forms/FormReset"; @@ -74,7 +71,6 @@ export default observer(() => { {/*
*/} {/**/} -
@@ -116,7 +112,6 @@ export default observer(() => {
- { unsplash.com
- {/*
- - API: {configuration?.revolt ?? "???"}{" "} - · revolt.js: {LIBRARY_VERSION}{" "} - · App: {APP_VERSION} - - - - -
-
- - - - - - - - - - - - - - - - - - - - -
*/}