Skip to content

Commit ab6b133

Browse files
authored
fix: twig logo is rendered as "NaN" (#1434)
Closes: #1407
1 parent ef8fb7d commit ab6b133

File tree

1 file changed

+1
-1
lines changed
  • packages/starterkit-twig-demo/dist/_patterns/atoms/images

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href="{{ link.pages-homepage }}"><img src="../../images/logo.png" width="350" height="100" class="logo" alt="Logo Alt Text" /></a>
1+
<a href="{{ link['pages-homepage'] }}"><img src="../../images/logo.png" width="350" height="100" class="logo" alt="Logo Alt Text" /></a>

0 commit comments

Comments
 (0)