Skip to content

Commit

Permalink
fix iframe src
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Aug 31, 2023
1 parent be5f596 commit d060cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/patterns/feed/examples/feed.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h2 id="ex_label">Example</h2>
<option value="400">400 ms</option>
</select>
</div>
<iframe id="feed_frame" src="./feed-display.html" height="500" title="Feed example" style="width: 100%"></iframe>
<iframe id="feed_frame" src="../feed-display.html" height="500" title="Feed example" style="width: 100%"></iframe>
</div>
<div role="separator" id="ex_end_sep" aria-labelledby="ex_end_sep ex_label" aria-label="End of"></div>
</section>
Expand Down

0 comments on commit d060cdd

Please sign in to comment.