Closed Harmit3703 closed 1 week ago
Closed
To follow the format of our pull requests, please create a branch from main
and make your changes there. It looks like you've forked the repository and are attempting to merge the two.
Please also note that you'll need to follow the existing format set out in the References.tsx
file, where the description field is broken into multiple lines as shown below (red is what it should be, green is what it currently is):
You can fix this formatting manually, or by running yarn run prettier src/pages/References.tsx --write
. Do note that this will overwrite your existing file, so you may wish to make a copy just to be safe.
Bug Fix: Cloudbrute Not Listed on References Page (#959)
Issue: The Cloudbrute tool was missing from the References page of the Deakin Detonator Toolkit project.
Changes Made:
Added Cloudbrute tool to the list of references on the References page (References.tsx). Ensured that the update is reflected in the UI for better visibility.
How to Test:
Navigate to the References page in the Deakin Detonator Toolkit. Verify that Cloudbrute is now listed among the available references. This fix ensures that Cloudbrute is correctly displayed in the reference section as intended.