Skip to content

Commit

Permalink
remove anchors to webui stories
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Apr 5, 2024
1 parent 3d04199 commit 4368b29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ui/stories/4. Forms/Form/FormNoArgs.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export const WebUIFormValidate = {
render: () => `
<p>
See the
<a href="/?path=/docs/web-components-or-custom-elements-webui-form-validate--docs"><code>&lt;webui-form-validate&gt;</code></a>
custom element.
<code>&lt;webui-form-validate&gt;</code>
Web Component / custom element.
</p>
`
};
Expand Down
4 changes: 2 additions & 2 deletions ui/stories/5. Components/Carousel/Carousel.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export const WebUICarousel = {
render: () => `
<p>
See the
<a href="/?path=/docs/web-components-or-custom-elements-webui-carousel--docs"><code>&lt;webui-carousel&gt;</code></a>
custom element.
<code>&lt;webui-carousel&gt;</code>
Web Component / custom element.
</p>
`
};
Expand Down
5 changes: 2 additions & 3 deletions ui/stories/5. Components/Search/Search.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ SearchDatalist.storyName = 'Predictive Search Using Datalist';
export const WebUIPredictiveSearch = {
render: () => `
<p>
See the
<a href="/?path=/docs/web-components-or-custom-elements-webui-predictive-search--docs"><code>&lt;webui-predictive-search&gt;</code></a>
custom element.
See the <code>&lt;webui-predictive-search&gt;</code>
Web Component / custom element.
</p>
`
};
Expand Down

0 comments on commit 4368b29

Please sign in to comment.