add images

This commit is contained in:
Aine
2024-10-24 13:44:12 +03:00
parent 28ef08de03
commit 132ea6f97f
5 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
import { useState, useEffect } from "react";
import LockIcon from "@mui/icons-material/Lock";
import { Avatar, Box, Button, Card, CardActions, CircularProgress, MenuItem, Select, Tab, Tabs, Typography } from "@mui/material";
import {
Form,
@@ -249,9 +248,7 @@ const LoginPage = () => {
{loading ? (
<CircularProgress size={25} thickness={2} />
) : (
<Avatar className="icon">
<LockIcon />
</Avatar>
<Avatar sx={{ width: "120px", height: "120px" }} src="./images/logo.webp"/>
)}
</Box>
<Box className="hint">{translate("synapseadmin.auth.welcome")}</Box>