mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 12:18:46 +00:00
remove unnecessary files and rename custom button
This commit is contained in:
parent
1c9014f553
commit
c47d31703c
10 changed files with 95 additions and 18299 deletions
|
@ -1,8 +1,7 @@
|
|||
import "./loginAndSignUpPage.css";
|
||||
import { useEffect, useState } from "react";
|
||||
import axios from "axios";
|
||||
import { Button } from "@mui/material";
|
||||
import ButtonPrimary from "../components/ButtonPrimary";
|
||||
import ButtonPrimary from "../components/ButtonRotkehlchen";
|
||||
|
||||
type FormData = {
|
||||
username: string;
|
||||
|
@ -136,7 +135,7 @@ function LoginAndSignUpPage({ signupProp }: { signupProp: boolean }) {
|
|||
</div>
|
||||
)}
|
||||
</div>
|
||||
<ButtonPrimary value={signup ? "Sign Up" : "Login"} />
|
||||
<ButtonPrimary style="primary" label={signup ? "Sign Up" : "Login"} />
|
||||
<div className="login-signup body-m" onClick={toggleLogin}>
|
||||
{signup
|
||||
? "Already have an account? "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue