Skip to content

Commit

Permalink
Update KCard prop name, a kds breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellamaki committed Oct 11, 2024
1 parent 554a11f commit a6d28f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<KCard
:to="to"
:headingLevel="headingLevel"
:layout="windowBreakpoint === 0 ? 'vertical' : 'horizontal'"
:orientation="windowBreakpoint === 0 ? 'vertical' : 'horizontal'"
thumbnailDisplay="large"
:title="contentNode.title"
:thumbnailSrc="thumbnailSrc"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<KCard
:to="to"
:headingLevel="headingLevel"
:layout="windowBreakpoint === 0 ? 'vertical' : 'horizontal'"
:orientation="windowBreakpoint === 0 ? 'vertical' : 'horizontal'"
thumbnailDisplay="large"
:title="contentNode.title"
:thumbnailSrc="thumbnailSrc"
Expand Down

0 comments on commit a6d28f6

Please sign in to comment.