Skip to content
Snippets Groups Projects
Commit 1febd0f9 authored by Tuukka Turu's avatar Tuukka Turu
Browse files

Merge branch 'NXSTAGE-616-large-process-flow-fixes' into 'development'

Nxstage 616 large process flow fixes

See merge request julkiset-sivut/design-system-lib!68
parents 35d69a76 0c6bc242
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,10 @@ export class HyLargeProcessFlowPhase implements ComponentInterface {
</div>
<div class="hy-large-process-flow__phase-container__phase__content">
<div class="hy-large-process-flow__phase-container__phase__content__heading">{x.heading}</div>
<div class="hy-large-process-flow__phase-container__phase__content__description">{x.description}</div>
<div
class="hy-large-process-flow__phase-container__phase__content__description"
innerHTML={x.description}
></div>
<div class="hy-large-process-flow__phase-container__phase__content__links">{items}</div>
</div>
</div>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment