fix(courses): fix copy 🍝

This commit is contained in:
Benedikt Rötsch
2017-10-24 15:17:24 +02:00
committed by Benedikt Rötsch
parent fd52efd625
commit 837f45c8c7

View File

@@ -9,7 +9,7 @@ mixin courseCard(course = {fields: {title: '', description: '', categories: [],
a.course-card__category-link(href=`/courses/categories/${category.fields.slug}${queryString}`) #{category.fields.title}
h2.course-card__title
a(href=`/courses/${course.fields.slug}${queryString}`)= course.fields.title
if currentApi.id === 'cpa' && (entry.draft || entry.pendingChanges)
if currentApi.id === 'cpa' && (course.draft || course.pendingChanges)
+entryState(course)
p.course-card__description= course.fields.shortDescription
.course-card__link-wrapper