Commit fc2e2c8789efd28def8cfa057bb37b132b3c9970

Authored by Corn
Committed by GitHub
1 parent df0e0cbe

fix: fix typo (#2337)

src/views/dashboard/workbench/components/data.ts
... ... @@ -141,7 +141,7 @@ export const groupItems: GroupItem[] = [
141 141 title: 'React',
142 142 icon: 'bx:bxl-react',
143 143 color: '#00d8ff',
144   - desc: '健康的身体是实目标的基石。',
  144 + desc: '健康的身体是实目标的基石。',
145 145 group: '技术牛',
146 146 date: '2021-04-01',
147 147 },
... ...