This commit is contained in:
parent
5440126898
commit
9e0cebcd50
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" type="image/png" href="/favicon-ship.png" />
|
||||
<link rel="icon" type="image/png" href="/favicon_ship.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB |
BIN
public/favicon_ship.png
Normal file
BIN
public/favicon_ship.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
@ -1,13 +1,20 @@
|
||||
import {AuthPage, ThemedTitleV2} from '@refinedev/mui'
|
||||
import {ProjectIcon} from '../../components/ui/Icons'
|
||||
import { AuthPage, ThemedTitleV2 } from "@refinedev/mui";
|
||||
import { ProjectIcon } from "../../components/ui/Icons";
|
||||
import { Ship } from "lucide-react";
|
||||
|
||||
export const Login = () => {
|
||||
return (
|
||||
<AuthPage
|
||||
type="login"
|
||||
title={<ThemedTitleV2 collapsed={false} text="Белые Ночи" icon={<ProjectIcon style={{color: '#7f6b58'}} />} />}
|
||||
title={
|
||||
<ThemedTitleV2
|
||||
collapsed={false}
|
||||
text="Белые Ночи"
|
||||
icon={<Ship style={{ color: "#7f6b58" }} />}
|
||||
/>
|
||||
}
|
||||
forgotPasswordLink={false}
|
||||
registerLink={false} // only admin can add users
|
||||
/>
|
||||
)
|
||||
}
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user