Skip to content

Comments

Fix: add UI fixes#64

Open
rinnaaza wants to merge 6 commits intomainfrom
fix/add-ui-fixes
Open

Fix: add UI fixes#64
rinnaaza wants to merge 6 commits intomainfrom
fix/add-ui-fixes

Conversation

@rinnaaza
Copy link
Collaborator

Comment on lines 38 to 45
// const normalizeText = (s: string) =>
// s
// .toLowerCase()
// .normalize("NFD")
// .replace(/\p{Diacritic}/gu, "")
// .replace(/[()]/g, " ")
// .replace(/[^a-z0-9]+/g, " ")
// .trim();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Enlève au lieu de commenter, on peux toujours retrouver le code dans l'historique du github.

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.

2 participants