We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ef868 commit 30aa518Copy full SHA for 30aa518
packages/document/main-doc/src/components/ShowcaseList/index.tsx
@@ -4,10 +4,10 @@ import styles from './index.module.scss';
4
const getDomain = (url: string) => new URL(url).hostname;
5
6
const TYPE_MAP = {
7
- doc: 'Modern.js Doc',
8
- module: 'Modern.js Module',
9
- builder: 'Modern.js Builder',
10
- framework: 'Modern.js Framework',
+ doc: 'Doc',
+ module: 'Module',
+ builder: 'Builder',
+ framework: 'Framework',
11
};
12
13
export const ShowcaseList = () => {
0 commit comments