We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aea40b commit c97dc1eCopy full SHA for c97dc1e
src/components/project/ProjectInfoCard.vue
@@ -14,7 +14,7 @@
14
</v-avatar>
15
<div class="project-info__author-text">
16
<span class="project-info__author-name">{{ author.display_name }}</span>
17
- <span v-if="author.bio" class="project-info__author-bio">{{ author.bio }}</span>
+ <span v-if="author.motto" class="project-info__author-motto">{{ author.motto }}</span>
18
</div>
19
</router-link>
20
<div
@@ -288,7 +288,7 @@ export default {
288
text-overflow: ellipsis;
289
white-space: nowrap;
290
}
291
-.project-info__author-bio {
+.project-info__author-motto {
292
font-size: 0.85rem;
293
opacity: 0.5;
294
line-height: 1.35;
0 commit comments