Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
mcilurzo committed Feb 19, 2024
1 parent e6cd299 commit d0b5dcc
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 @@ -95,8 +95,8 @@

<sbb-title level="3" visual-level="5">{{stor.name}}</sbb-title>
<div class="example">
<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>
<div class="example-footer">

<sbb-action-group orientation="vertical" button-size="m" horizontal-from="small" class="lyne-demo-example-button">
Expand Down

0 comments on commit d0b5dcc

Please sign in to comment.