mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 06:31:13 -05:00
Fix: Make login button visible on small screens
This commit is contained in:
@@ -43,17 +43,16 @@ export function AuthButtons() {
|
||||
if (!user) {
|
||||
return (
|
||||
<>
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="sm"
|
||||
className="hidden sm:flex"
|
||||
onClick={() => {
|
||||
setAuthModalTab('signin');
|
||||
setAuthModalOpen(true);
|
||||
}}
|
||||
>
|
||||
Sign In
|
||||
</Button>
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="sm"
|
||||
onClick={() => {
|
||||
setAuthModalTab('signin');
|
||||
setAuthModalOpen(true);
|
||||
}}
|
||||
>
|
||||
Sign In
|
||||
</Button>
|
||||
<Button
|
||||
size="sm"
|
||||
className="bg-gradient-to-r from-primary to-accent hover:from-primary/90 hover:to-accent/90"
|
||||
|
||||
Reference in New Issue
Block a user