Commit 49634e7b authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): allow clicking on tiles' titles

1 merge request!528WIP: (feat): Minds Pro
Pipeline #79411289 failed with stages
in 7 minutes and 25 seconds
......@@ -29,6 +29,6 @@
/>
</div>
<div class="m-proChannelTile__text" *ngIf="getTitle() || getText()">
<div class="m-proChannelTile__text" (click)="tileClicked()" *ngIf="getTitle() || getText()">
<h2 [title]="getTitle()">{{ getTitle() }}</h2>
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment