Skip to content

Commit 4fee8ef

Browse files
committed
feat(clients): redirect by clicking on description
1 parent 18a282f commit 4fee8ef

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

libs/common-docs/src/components/popover/popover.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ <h3 class="ml-2.5">{{item.title}}</h3>
1212
<div *ngIf="!item.route" class="bg-yellow_bg_col rounded-2xl text-dark_font_col text-xs ml-5 self-center px-1.5" >
1313
Coming soon
1414
</div>
15+
</div>
16+
<div>
17+
<p class="text-grey_font_col text-sm">{{item.description}}</p>
1518
</div>
16-
</a>
17-
<div>
18-
<p class="text-grey_font_col text-sm">{{item.description}}</p>
19-
</div>
19+
</a>
2020
</div>
2121
</div>
2222
</div>

0 commit comments

Comments
 (0)