Skip to content

Commit 251ea4f

Browse files
Dev tools (#96)
* Remove commented-out development tools from constants.tsx for cleaner code and improved maintainability. * Refactor Canonical Link Component to Build Canonical URL Dynamically - Introduced a new function `buildCanonicalPath` to construct the canonical URL based on the current pathname. - Simplified the logic for generating the canonical URL, ensuring it correctly handles the base path and various route scenarios. - Improved code clarity and maintainability by removing redundant URL assignment logic. * Merge branch 'develop' of github.com:betterbugs/dev-tools into dev-tools * Update JWT Decoder tool descriptions and enhance SVG Viewer details - Revised the JWT Decoder tool description for clarity and added usage details. - Updated the SVG Viewer tool description to highlight its functionality and usage. - Improved the overall content structure and added examples for better user guidance. - Adjusted TypeScript configuration to import routes from the correct path for development. * Fix typo in development tools description for BetterBugs.io tool --------- Co-authored-by: zeel0m <zeel@linearloop.io>
1 parent dac6f4d commit 251ea4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/libs/developmentToolsConstant.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16597,7 +16597,7 @@ SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c`,
1659716597
},
1659816598
{
1659916599
description:
16600-
'The tool is is absolutely free-to-use on BetterBugs.io website. It’s a snappy and easy-to-use tool; perfect for your day-to-day work in software (as a developer or tester), such as validation testing, data scraping preparation, writing logic with REGEX, and learning complex pattern matching.',
16600+
'The tool is absolutely free-to-use on BetterBugs.io website. It’s a snappy and easy-to-use tool; perfect for your day-to-day work in software (as a developer or tester), such as validation testing, data scraping preparation, writing logic with REGEX, and learning complex pattern matching.',
1660116601
},
1660216602
],
1660316603
},

0 commit comments

Comments
 (0)