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

feat(LinkCard & ServiceCard): correction clic sur la carte #3329

Merged
merged 19 commits into from
Oct 9, 2024

Conversation

sylviamoreno
Copy link
Contributor

No description provided.

@sylviamoreno sylviamoreno force-pushed the feat/UNJ1S-1509-correction-clic-linkCard-serviceCard branch from d36f603 to 5e33656 Compare September 24, 2024 13:53
@sylviamoreno
Copy link
Contributor Author

retours corrigés + tests @Mintoo200 si tu veux jeter un dernier coup d'oeil....

const icon = useMemo(function () {
return <Icon name={isInternalLink ? 'arrow-right' : 'external-redirection'} />;
}, [isInternalLink]);
const linkTitle = !isInternalLink ? `${linkLabel} - nouvelle fenêtre` : 'En savoir plus';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mais du coup c'est toujours pas bon là, si ?

src/client/components/ui/Card/Link/LinkCard.tsx Outdated Show resolved Hide resolved
src/client/components/ui/Card/Link/LinkCard.tsx Outdated Show resolved Hide resolved
@Mintoo200 Mintoo200 merged commit d58b4fd into main Oct 9, 2024
6 checks passed
@Mintoo200 Mintoo200 deleted the feat/UNJ1S-1509-correction-clic-linkCard-serviceCard branch October 9, 2024 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants