chore: fix tiny UIs

This commit is contained in:
Tristan Yang
2023-03-06 09:51:10 +08:00
parent 98402eb119
commit 8a1807b3a1
7 changed files with 10 additions and 14 deletions
+1
View File
@@ -33,6 +33,7 @@ export default function Register() {
// const navigateTo = useNavigate();
const [input, setInput] = useState<AuthForm>({
name: "",
email: "",
password: "",
confirmPassword: ""
+1 -1
View File
@@ -29,7 +29,7 @@ export default function Overview() {
const isAdmin = loginUser?.is_admin;
return (
<div className="relative w-full md:w-[512px] h-full flex flex-col gap-6">
<div className="relative w-full md:w-[512px] flex flex-col gap-6">
<Server />
{isAdmin && (
<>