Unverified Commit 1b87adfa authored by Swayangjit Prasad Parida's avatar Swayangjit Prasad Parida Committed by GitHub
Browse files

Merge pull request #330 from Ajoymaity/release-v9_Migration_Branch

Issue #SB-0000 fix: Fixed Card ribbon title
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -26,7 +26,7 @@
<div class="sb--card__svg-area">
<img [src]="svgToDisplay" alt=""/>
</div>
<div class="sb--card__type" *ngIf="content?.primaryCategory">{{content?.primaryCategory}}</div>
<div class="sb--card__type" *ngIf="content?.primaryCategory || content?.contentType">{{content?.primaryCategory || content?.contentType}}</div>
</div>
<!-- card mobile view details -->
......
Supports Markdown
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