fix login page style
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
import React from "react";
|
||||
|
||||
import { Button } from "../../components";
|
||||
|
||||
export const SignIn = () => {
|
||||
const handleLogin = async () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="w-screen h-screen bg-primary-normal grid place-items-center">
|
||||
<div>
|
||||
<img
|
||||
alt="Logo do Unifeso"
|
||||
src={'unifesoLogo'}
|
||||
style={{ width: "85%", margin: "auto" }}
|
||||
/>
|
||||
<div className="grid place-items-center">
|
||||
<Button onClick={handleLogin}>Faça login no Google</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
@@ -1,3 +1,2 @@
|
||||
export { SignIn } from "./SignIn";
|
||||
export { Profile } from "./Profile";
|
||||
export { UnauthorizedAccess } from "./UnauthorizedAccess";
|
||||
|
||||
Reference in New Issue
Block a user