Skip to content

Commit

Permalink
fix service example
Browse files Browse the repository at this point in the history
  • Loading branch information
mvickstrivve committed Oct 17, 2023
1 parent d5afbff commit 05f7ecd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/stories/ExampleNavigation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Readme from '../../docs/example.md';
### Preview only. Click 'Open Sandbox' to edit the editor.

<iframe
src="https://codesandbox.io/embed/github/swch/Strivve-UX-Components/tree/master/examples/custom-navigation?fontsize=14&hidenavigation=1&theme=dark"
src="https://codesandbox.io/embed/github/swch/Strivve-UX-Components/tree/master/examples/custom-navigation?fontsize=14&hidenavigation=1&theme=dark&runonclick=1"
style={{ width: '100%', height: '600px', background: 'black', border: '0', borderRadius: '4px', overflow: 'hidden' }}
title="swch/Strivve-UX-Components: custom-navigation"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
Expand Down
4 changes: 0 additions & 4 deletions src/stories/ExampleService.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { Meta, Markdown } from '@storybook/blocks';

import Appearance from '../../docs/appearance.md';

<Meta title="Example/Custom Service" />

# Custom Service
Expand All @@ -15,5 +13,3 @@ import Appearance from '../../docs/appearance.md';
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
/>

<Markdown>{Appearance}</Markdown>

0 comments on commit 05f7ecd

Please sign in to comment.