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:
@@ -1,5 +1,5 @@
|
||||
import {Link} from '@inertiajs/react';
|
||||
import {contact, home, membership} from '@/routes';
|
||||
import {contact, faq, home, membership} from '@/routes';
|
||||
import AppLogoIcon from '@/components/app-logo-icon';
|
||||
import LogoChaton from '@/img/utils/logo-chaton.png';
|
||||
|
||||
@@ -32,6 +32,8 @@ export function Footer() {
|
||||
<Link href={home()} className="text-sm text-white no-underline hover:underline">Accueil</Link>
|
||||
<Link href={contact()} className="text-sm text-white no-underline hover:underline">Contact</Link>
|
||||
<Link href={membership()} className="text-sm text-white no-underline hover:underline">Adhérer</Link>
|
||||
<Link href={faq()} className="text-sm text-white no-underline hover:underline">FAQ</Link>
|
||||
<a href="https://doc.retzien.fr" target="_blank" rel="noopener noreferrer" className="text-sm text-white no-underline hover:underline">Documentation</a>
|
||||
</nav>
|
||||
</div>
|
||||
<div className="flex flex-col lg:flex-row lg:justify-between gap-4 border-t border-black/20 pt-6 text-sm">
|
||||
|
||||
Reference in New Issue
Block a user