Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOXDi committed Oct 15, 2024
1 parent 451b857 commit dc316ed
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<KCard
:to="to"
:layout="windowBreakpoint === 0 ? 'vertical' : 'horizontal'"
:orientation="windowBreakpoint === 0 ? 'vertical' : 'horizontal'"
thumbnailDisplay="small"
thumbnailAlign="right"
:thumbnailSrc="thumbnailSrc"
Expand All @@ -21,7 +21,7 @@
<template #belowTitle>
<div>
<KTextTruncator
:text="coachString('numberOfResources',{ value: contentNode.num_coach_contents })"
:text="coachString('numberOfResources', { value: contentNode.num_coach_contents })"
:maxLines="1"
/>
<KTextTruncator
Expand Down Expand Up @@ -70,7 +70,7 @@
contentNode: {
type: Object,
required: true,
},
},
thumbnailSrc: {
type: String,
default: null,
Expand All @@ -83,9 +83,9 @@

<style scoped>
.type-icon{
.type-icon {
right: 10px;
font-size: 3em;
right:10px;
}
</style>
</style>

0 comments on commit dc316ed

Please sign in to comment.