Fix: Remove unnecessary scrollbars

This commit is contained in:
gpt-engineer-app[bot]
2025-10-10 13:42:06 +00:00
parent 5698dd8d35
commit 9fa082c624

View File

@@ -354,12 +354,6 @@ export function AuthModal({ open, onOpenChange, defaultTab = 'signin' }: AuthMod
</Button> </Button>
</div> </div>
</div> </div>
<p className="text-xs text-center text-muted-foreground">
<a href="/auth" className="underline hover:text-foreground">
Prefer full page?
</a>
</p>
</TabsContent> </TabsContent>
<TabsContent value="signup" className="space-y-4 mt-4"> <TabsContent value="signup" className="space-y-4 mt-4">
@@ -482,12 +476,6 @@ export function AuthModal({ open, onOpenChange, defaultTab = 'signin' }: AuthMod
{' '}and{' '} {' '}and{' '}
<a href="/privacy" className="underline hover:text-foreground">Privacy Policy</a> <a href="/privacy" className="underline hover:text-foreground">Privacy Policy</a>
</p> </p>
<p className="text-xs text-center text-muted-foreground">
<a href="/auth" className="underline hover:text-foreground">
Prefer full page?
</a>
</p>
</TabsContent> </TabsContent>
</Tabs> </Tabs>
</DialogContent> </DialogContent>