Skip to content

Commit

Permalink
Fix logic error
Browse files Browse the repository at this point in the history
  • Loading branch information
bkis committed Sep 20, 2024
1 parent 1b9163c commit 02b2750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const fontStyle: CSSProperties = {
<a
:href="link.url"
target="_blank"
:title="link.title + (link.description ? '' + link.description : '' || undefined)"
:title="link.title + (link.description ? '' + link.description : '')"
style="line-height: 1.2"
:style="fontStyle"
rel="noopener noreferrer"
Expand Down

0 comments on commit 02b2750

Please sign in to comment.