shadcn-ui / taxonomy

An open source application built using the new router, server components and everything new in Next.js 13.
https://tx.shadcn.com
MIT License
18.64k stars 2.58k forks source link

Bug: signup form UI mis aligned fixed #309 #312

Open DhruvBavadiya opened 4 months ago

DhruvBavadiya commented 4 months ago

Description

This pull request fixes issue #309, where the signup form was misaligned and shifted to the right side of the page, leaving an empty div element on the left. The following changes have been made to correct this issue:

Expected Behavior

After the fix, the signup form should remain centered on the page when the 'Signup' button is clicked, just like the login form.