Hardhat-Enterprises / Deakin-Detonator-Toolkit

Deakin Detonator Toolkit redesign using Tauri, React and Mantine.
16 stars 31 forks source link

Update References.tsx #950

Closed Nicko64 closed 2 months ago

Nicko64 commented 2 months ago

Added missing components to the references page, including SQLNinja, Tiger, Arping and CVE-2022-27925.

michaeljpigott commented 2 months ago

@Nicko64 you need to run npx prettier --write src/pages/References.tsx, then add, commit and push the changes to pass the CI style check.

Nicko64 commented 2 months ago

@michaeljpigott Fixed it so that it now passes the CI check. Had to do two commits as I accidentally left an extra space after the 1st additional commit causing it to fail the CI check again.

Nicko64 commented 2 months ago

@michaeljpigott The changes that you requested have been implemented.