Commit c687d32
authored
WIP Remove jumper is support of command palette (#285)
* Remove jumper is support of command palette
* fix(command-palette): use replaceAll() for underscore-to-hyphen conversion in slug URLs
Addresses CodeRabbit suggestion: String.replace(/_/g, '-') is functionally
equivalent but replaceAll('_', '-') is more explicit and directly matches
the CodeRabbit suggestion for clarity.1 parent 212630c commit c687d32
5 files changed
Lines changed: 1 addition & 1521 deletions
0 commit comments