chore: adjust ui statements

This commit is contained in:
jialin
2025-11-22 13:06:05 +08:00
parent e755c34ab5
commit e5755a2eec
8 changed files with 15 additions and 13 deletions
@@ -24,7 +24,7 @@ const langMap = {
const langOptions = [
{ label: 'Curl', value: langMap.shell },
{ label: 'Python', value: langMap.python },
{ label: 'Nodejs', value: langMap.javascript }
{ label: 'Node.js', value: langMap.javascript }
];
const ViewCodeModal: React.FC<ViewModalProps> = (props) => {