feat(Membership, FAQ, Relance): update membership form (member type radio,retzien email field, calendar-year pricing), create FAQ page with accordion, wire renewal reminder notification
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m23s
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m23s
This commit is contained in:
@@ -54,6 +54,14 @@ export default function Contact() {
|
||||
className="mx-auto"
|
||||
/>
|
||||
|
||||
<p className="text-sm text-muted-foreground max-w-4xl mx-auto">
|
||||
Pensez à consulter notre{' '}
|
||||
<a href="/faq" className="text-primary underline hover:no-underline">FAQ</a>
|
||||
{' '}ou notre{' '}
|
||||
<a href="https://doc.retzien.fr" target="_blank" rel="noopener noreferrer" className="text-primary underline hover:no-underline">documentation</a>
|
||||
{' '}avant de nous écrire.
|
||||
</p>
|
||||
|
||||
{showFlashMessage && <FlashMessage messages={flash ?? {}} />}
|
||||
|
||||
<Form
|
||||
|
||||
Reference in New Issue
Block a user