Ignore:
Timestamp:
01/26/26 17:02:31 (6 months ago)
Author:
Filip Gavrilovski <filipgavrilovski28@…>
Branches:
main
Children:
3727852
Parents:
24a2a2a
Message:

add logo and favicon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/Register.tsx

    r24a2a2a r4022db1  
    66
    77const Register = () => {
    8         const { setUser, user } = useAuth();
     8        const { setUser } = useAuth();
    99        const [username, setUsername] = useState("");
    1010        const [password, setPassword] = useState("");
     
    4545
    4646        return (
    47                 <div className="flex flex-col items-center justify-center min-h-screen bg-gray-100">
     47                <div className="flex flex-col items-center justify-center min-h-[90vh] bg-gray-100">
    4848                        <h2 className="text-2xl mb-4">Register</h2>
    4949                        <form className="bg-white p-6 rounded shadow-md w-80">
     
    101101                                        </label>
    102102                                        <input
     103                                                placeholder="todo"
    103104                                                type="text"
    104105                                                id="profilePhoto"
Note: See TracChangeset for help on using the changeset viewer.