Skip to content

Commit 30aa518

Browse files
authored
docs(main): update the type text of showcases (#3698)
1 parent f0ef868 commit 30aa518

File tree

1 file changed

+4
-4
lines changed
  • packages/document/main-doc/src/components/ShowcaseList

1 file changed

+4
-4
lines changed

packages/document/main-doc/src/components/ShowcaseList/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import styles from './index.module.scss';
44
const getDomain = (url: string) => new URL(url).hostname;
55

66
const TYPE_MAP = {
7-
doc: 'Modern.js Doc',
8-
module: 'Modern.js Module',
9-
builder: 'Modern.js Builder',
10-
framework: 'Modern.js Framework',
7+
doc: 'Doc',
8+
module: 'Module',
9+
builder: 'Builder',
10+
framework: 'Framework',
1111
};
1212

1313
export const ShowcaseList = () => {

0 commit comments

Comments
 (0)