fix(frontend): fix table in frontend (#2758)

# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
This commit is contained in:
Antoine Dewez 2024-06-26 15:13:58 +02:00 committed by GitHub
parent ef38592863
commit 9514c0242f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 620 additions and 822 deletions

View File

@ -93,7 +93,7 @@
"react-ga4": "2.1.0",
"react-hook-form": "7.45.4",
"react-i18next": "13.0.3",
"react-markdown": "8.0.7",
"react-markdown": "9.0.0",
"react-use": "17.4.0",
"rehype-highlight": "6.0.0",
"rehype-raw": "7.0.0",
@ -119,4 +119,4 @@
"react-icons": "4.11.0",
"vitest": "0.32.4"
}
}
}

File diff suppressed because it is too large Load Diff