Don't replace underscores for tech acronyms
This commit is contained in:
@@ -8,7 +8,7 @@ import { getParamsFromFolders } from "../src/service/ImageRepository.js";
|
||||
*/
|
||||
export default async function exposeParams() {
|
||||
const techs = Object.entries(TECH_NAMES).map(([key, fullname]) => ({
|
||||
acronym: key.toUpperCase().replaceAll('_', ' '),
|
||||
acronym: key.toUpperCase(),
|
||||
fullname,
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user