Skip to content

Commit c95a06e

Browse files
authored
fix: add missing $
1 parent 7c1d8d1 commit c95a06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uikit-workshop/src/scripts/components/pl-logo/pl-logo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Logo extends BaseLitComponent {
4444
/>
4545
${this.props.text && this.props.text !== ''
4646
? html`
47-
<span class="pl-c-logo__text">{this.props.text}</span>
47+
<span class="pl-c-logo__text">${this.props.text}</span>
4848
`
4949
: ''}
5050
</a>

0 commit comments

Comments
 (0)