Skip to content

Commit

Permalink
Update doc StackBlitz links
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv authored Oct 27, 2024
1 parent 188194f commit 4b0dc4a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/docs/angular/loaders.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ sidebar_position: 2

# 🌀 Loaders

**[⚡️ Play on StackBlitz](https://stackblitz.com/edit/nx-angular-svg-loaders-demo)**
**[⚡️ Play on StackBlitz](https://stackblitz.com/~/github.com/ngeenx/nx-angular-svg-loaders-demo)**

<iframe src="https://stackblitz.com/edit/nx-angular-svg-loaders-demo?embed=1&file=src/main.ts&hideExplorer=1&hideNavigation=1&view=preview" style={
<iframe src="https://stackblitz.com/~/github.com/ngeenx/nx-angular-svg-loaders-demo?embed=1&file=src/main.ts&hideExplorer=1&hideNavigation=1&view=preview" style={
{
width: '100%',
height: '500px',
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/react/loaders.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ sidebar_position: 2

# 🌀 Loaders

**[⚡️ Play on StackBlitz](https://stackblitz.com/edit/nx-react-svg-loaders-demo)**
**[⚡️ Play on StackBlitz](https://stackblitz.com/~/github.com/ngeenx/nx-react-svg-loaders-demo)**

<iframe src="https://stackblitz.com/edit/nx-react-svg-loaders-demo?embed=1&file=src/App.tsx&hideExplorer=1&hideNavigation=1&view=preview" style={
<iframe src="https://stackblitz.com/~/github.com/ngeenx/nx-react-svg-loaders-demo?embed=1&file=src/App.tsx&hideExplorer=1&hideNavigation=1&view=preview" style={
{
width: '100%',
height: '500px',
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/svelte/loaders.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ sidebar_position: 2

# 🌀 Loaders

**[⚡️ Play on StackBlitz](https://stackblitz.com/edit/nx-svelte-svg-loaders-demo)**
**[⚡️ Play on StackBlitz](https://stackblitz.com/~/github.com/ngeenx/nx-svelte-svg-loaders-demo)**

<iframe src="https://stackblitz.com/edit/nx-svelte-svg-loaders-demo?embed=1&file=src/App.svelte&hideExplorer=1&hideNavigation=1&view=preview" style={
<iframe src="https://stackblitz.com/~/github.com/ngeenx/nx-svelte-svg-loaders-demo?embed=1&file=src/App.svelte&hideExplorer=1&hideNavigation=1&view=preview" style={
{
width: '100%',
height: '500px',
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/vue/loaders.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ sidebar_position: 2

# 🌀 Loaders

**[⚡️ Play on StackBlitz](https://stackblitz.com/edit/nx-vue-svg-loaders-demo)**
**[⚡️ Play on StackBlitz](https://stackblitz.com/~/github.com/ngeenx/nx-vue-svg-loaders-demo)**

<iframe src="https://stackblitz.com/edit/nx-vue-svg-loaders-demo?embed=1&file=src/App.vue&hideExplorer=1&hideNavigation=1&view=preview" style={
<iframe src="https://stackblitz.com/~/github.com/ngeenx/nx-vue-svg-loaders-demo?embed=1&file=src/App.vue&hideExplorer=1&hideNavigation=1&view=preview" style={
{
width: '100%',
height: '500px',
Expand Down

0 comments on commit 4b0dc4a

Please sign in to comment.