Skip to content

Commit

Permalink
fix url macros
Browse files Browse the repository at this point in the history
  • Loading branch information
mcilurzo committed Feb 16, 2024
1 parent fede40f commit e9f0292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_includes/macros/macros.njk
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
{% if stor.tag == pattern.tag and stor.component == true %}

<sbb-title level="3" visual-level="5">{{stor.name}}</sbb-title>
<iframe id="{{stor.id}}" class="iframe-border" src="http://localhost:6006/iframe.html?args=&id={{stor.id}}&viewMode=story" width="100%" scrolling="no" frameborder="0" title="{{stor.name}}"></iframe>
{#<iframe id="{{stor.id}}" class="iframe-border" src="https://lyne-storybook.app.sbb.ch/iframe.html?args=&id={{stor.id}}&viewMode=story" width="100%" scrolling="no" frameborder="0" title="{{stor.name}}"></iframe>#}
{#<iframe id="{{stor.id}}" class="iframe-border" src="http://localhost:6006/iframe.html?args=&id={{stor.id}}&viewMode=story" width="100%" scrolling="no" frameborder="0" title="{{stor.name}}"></iframe>#}
<iframe id="{{stor.id}}" class="iframe-border" src="https://lyne-storybook.app.sbb.ch/iframe.html?args=&id={{stor.id}}&viewMode=story" width="100%" scrolling="no" frameborder="0" title="{{stor.name}}"></iframe>
<sbb-action-group orientation="vertical" button-size="m" horizontal-from="small" class="lyne-demo-example-button">
<sbb-button size="m" variant="secondary" icon-name="book-small" href="https://lyne-storybook.app.sbb.ch/?path=/story/{{stor.id}}" target="_blank">Auf Storybook ausprobieren</sbb-button>
<sbb-button size="m" variant="secondary" data-iframeid="{{stor.id}}" icon-name="clipboard-list-small"></sbb-button>
Expand Down

0 comments on commit e9f0292

Please sign in to comment.