Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PC-32926)[PRO] Suppression du lien vers la FAQ (obsolète) + correction d'une erreur a11y #15711

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const LinkVenuesDialog = ({
})}
>
<Dialog.Title asChild>
<h1 id="bank-account" className={styles['dialog-title']}>
<h1 className={styles['dialog-title']}>
Compte bancaire : {selectedBankAccount.label}
</h1>
</Dialog.Title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,7 @@ export const PricingPointDialog = ({
{selectedVenue.commonName}”{' '}
</h1>
</Dialog.Title>
<Callout
className={styles['callout']}
links={[
{
href: 'https://aide.passculture.app/hc/fr/articles/4413973462929--Acteurs-Culturels-Comment-rattacher-mes-points-de-remboursement-et-mes-coordonn%C3%A9es-bancaires-%C3%A0-un-SIRET-de-r%C3%A9f%C3%A9rence-',
isExternal: true,
label: `Comment ajouter vos coordonnées bancaires sur ${isOfferAddressEnabled ? 'une structure' : 'un lieu'} sans SIRET ?`,
},
]}
>
<Callout className={styles['callout']}>
Comme indiqué dans nos CGUs, le barème de remboursement se définit sur
la base d’un établissement et donc d’un SIRET. Afin de vous faire
rembourser les offres de{' '}
Expand Down
Loading