We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc2c47 commit 88c1186Copy full SHA for 88c1186
apps/web/app/(unauthenticated)/components/header.tsx
@@ -40,13 +40,12 @@ export const Header = () => {
40
<nav className="flex flex-1 flex-row items-center justify-end">
41
<div className="flex flex-initial flex-row items-center justify-end gap-2">
42
<Button
43
- size="sm"
44
asChild
45
className="bg-transparent text-muted-foreground hover:bg-transparent hover:text-muted-foreground"
46
>
47
<Link href="/contact">Contact</Link>
48
</Button>
49
- <Button variant="outline" size="sm" asChild>
+ <Button variant="outline" asChild>
50
{pathname.includes('login') ? (
51
<Link href="/signup">Sign Up</Link>
52
) : (
0 commit comments