chore: fix sort order of qr-generator in repo name map
Node.js CI / CI (pull_request) Successful in 28s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m2s

This commit is contained in:
2026-06-24 22:34:29 -07:00
committed by Naomi Carrigan
parent 03a67390ea
commit 734177cbb1
+1 -1
View File
@@ -140,8 +140,8 @@ const repoNameMap = {
"fcc-review-generator": "freeCodeCamp Review Generator",
"life-of-a-naomi": "Life of a Naomi",
"naomis-adventure-1": "Naomi's Adventure I: An Isekai Story",
"ruu-goblin-quest": "Ruu's Goblin Quest",
"qr-generator": "QR Generator",
"ruu-goblin-quest": "Ruu's Goblin Quest",
"typescript-config": "TypeScript Config",
"vscode-themes": "Naomi's VSCode Themes",
};