diff options
Diffstat (limited to 'site/content/docs/5.3/components')
| -rw-r--r-- | site/content/docs/5.3/components/alerts.md | 2 | ||||
| -rw-r--r-- | site/content/docs/5.3/components/modal.md | 2 | ||||
| -rw-r--r-- | site/content/docs/5.3/components/toasts.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/site/content/docs/5.3/components/alerts.md b/site/content/docs/5.3/components/alerts.md index 6103898bc..deea8f2e9 100644 --- a/site/content/docs/5.3/components/alerts.md +++ b/site/content/docs/5.3/components/alerts.md @@ -38,7 +38,7 @@ Click the button below to show an alert (hidden with inline styles to start), th We use the following JavaScript to trigger our live alert demo: -{{< js-docs name="live-alert" file="site/assets/js/snippets.js" >}} +{{< js-docs name="live-alert" file="site/assets/js/partials/snippets.js" >}} ### Link color diff --git a/site/content/docs/5.3/components/modal.md b/site/content/docs/5.3/components/modal.md index 3ca7cc4d2..e00931e81 100644 --- a/site/content/docs/5.3/components/modal.md +++ b/site/content/docs/5.3/components/modal.md @@ -481,7 +481,7 @@ Below is a live demo followed by example HTML and JavaScript. For more informati </div> {{< /example >}} -{{< js-docs name="varying-modal-content" file="site/assets/js/snippets.js" >}} +{{< js-docs name="varying-modal-content" file="site/assets/js/partials/snippets.js" >}} ### Toggle between modals diff --git a/site/content/docs/5.3/components/toasts.md b/site/content/docs/5.3/components/toasts.md index a7d1cb713..4beae7dc8 100644 --- a/site/content/docs/5.3/components/toasts.md +++ b/site/content/docs/5.3/components/toasts.md @@ -87,7 +87,7 @@ Click the button below to show a toast (positioned with our utilities in the low We use the following JavaScript to trigger our live toast demo: -{{< js-docs name="live-toast" file="site/assets/js/snippets.js" >}} +{{< js-docs name="live-toast" file="site/assets/js/partials/snippets.js" >}} ### Translucent |
