wip(Home Design)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 2m32s
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 2m32s
This commit is contained in:
@@ -97,7 +97,7 @@ export default function NavGuestLayout() {
|
||||
<Button variant="outline">Se connecter</Button>
|
||||
</Link>
|
||||
<Link href={membership()} className="no-underline">
|
||||
<Button>Adhérer</Button>
|
||||
<Button variant="secondary">Adhérer</Button>
|
||||
</Link>
|
||||
</>
|
||||
)}
|
||||
@@ -197,7 +197,7 @@ export default function NavGuestLayout() {
|
||||
<Button variant="outline" className="w-full">Se connecter</Button>
|
||||
</Link>
|
||||
<Link href={membership()} onClick={closeMenu} className="no-underline">
|
||||
<Button className="w-full">Adhérer</Button>
|
||||
<Button variant="secondary" className="w-full">Adhérer</Button>
|
||||
</Link>
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user