UPDATE: Got started with categories page

This commit is contained in:
JustIceO7
2025-02-12 22:25:54 +00:00
parent df9fb69b7b
commit 58524eb9a2
3 changed files with 49 additions and 5 deletions

View File

@@ -182,9 +182,6 @@ const RegisterForm: React.FC<SubmitProps> = ({ onSubmit }) => {
<Button type="submit" >Register</Button>
</form>
</div>
<div className="flex flex-col flex-items justify-evenly items-center w-full h-[5em]">
<GoogleLogin />
</div>
</div>
</div>