Skip to content

Commit

Permalink
feat(link-card): display url if no link description present
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Sep 22, 2023
1 parent 6733dec commit 8f935c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{{ link.name }}
</p>
<p class="font-medium text-sm break-words">
{{ link.description }}
{{ link.description || link.url }}
</p>
</div>
<div>
Expand Down

0 comments on commit 8f935c7

Please sign in to comment.