Add preferred theme colors to footer (#155)
* Add preferred theme colors to footer * remove inline-block * Add Footer to LoginPage * update README, add new screenshot, update Footer
This commit is contained in:

committed by
GitHub

parent
86d0fd04e6
commit
befcd15298
@@ -26,6 +26,7 @@ import {
|
||||
splitMxid,
|
||||
} from "../synapse/synapse";
|
||||
import storage from "../storage";
|
||||
import Footer from "../components/Footer";
|
||||
|
||||
export type LoginMethod = "credentials" | "accessToken";
|
||||
|
||||
@@ -321,6 +322,7 @@ const LoginPage = () => {
|
||||
</Card>
|
||||
</LoginFormBox>
|
||||
<Notification />
|
||||
<Footer />
|
||||
</Form>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user