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 2e944a9 commit 830f5e4Copy full SHA for 830f5e4
apps/learneth/src/pages/Home/index.tsx
@@ -103,7 +103,7 @@ function HomePage(): JSX.Element {
103
levelText,
104
name: entity.name || '',
105
subtitle: tags.join(', '),
106
- preview: mdToPlain(entity.description?.content || '', 280),
+ preview: mdToPlain(entity.metadata?.data?.summary || '', 280),
107
stepsLen: entity.steps?.length,
108
duration: entity.metadata?.data?.duration,
109
tags,
0 commit comments