Use link for items without a title
This commit is contained in:
parent
d57f6f03bd
commit
4a4c8b4d17
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ const categoriesSelectorCss = categories
|
|||
href={item.link}
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
set:html={item.title}
|
||||
set:html={item.title ?? item.link}
|
||||
class="underline block"
|
||||
/>
|
||||
<div class="no-underline text-sm font-normal">
|
||||
|
|
|
|||
Loading…
Reference in a new issue