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