Skip to content

Commit

Permalink
docs: update sandbox links
Browse files Browse the repository at this point in the history
  • Loading branch information
igordanchenko committed Feb 3, 2024
1 parent 01cc472 commit 1b837f0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/examples/columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import photos from "./photos";

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/columns-layout" file="src/App.tsx" title="react-photo-album-columns-layout" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/columns-layout" file="src/App.tsx" title="react-photo-album-columns-layout" description="react-photo-album columns layout" />

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/lightbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ to open it in a lightbox. This example is built with

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/lightbox" file="src/App.tsx" title="react-photo-album-lightbox" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/lightbox" file="src/App.tsx" title="react-photo-album-lightbox" description="react-photo-album with lightbox" />

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/masonry.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import photos from "./photos";

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/masonry-layout" file="src/App.tsx" title="react-photo-album-masonry-layout" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/masonry-layout" file="src/App.tsx" title="react-photo-album-masonry-layout" description="react-photo-album masonry layout" />

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function Gallery() {

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/nextjs" file="components/PhotoGallery.tsx" title="react-photo-album-nextjs" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/nextjs" file="components/PhotoGallery.tsx" title="react-photo-album-nextjs" description="react-photo-album Next.js example" />

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Here is an interactive playground to test various parameters in real-time.

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/playground" file="src/App.tsx" title="react-photo-album-playground" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/playground" file="src/App.tsx" title="react-photo-album-playground" description="react-photo-album playground" />

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/renderers.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You can use the following render function as a starting point:

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/custom-renderers" file="src/App.tsx" title="react-photo-album-custom-renderers" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/custom-renderers" file="src/App.tsx" title="react-photo-album-custom-renderers" description="react-photo-album custom renderers" />

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/rows.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import photos from "./photos";

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/rows-layout" file="src/App.tsx" title="react-photo-album-rows-layout" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/rows-layout" file="src/App.tsx" title="react-photo-album-rows-layout" description="react-photo-album rows layout" />

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/sortable.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Here is an example of a sortable gallery built with

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/sortable-gallery" file="src/App.tsx" title="react-photo-album-sortable-gallery" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/sortable-gallery" file="src/App.tsx" title="react-photo-album-sortable-gallery" description="react-photo-album sortable gallery" />

## Source Code

Expand Down

0 comments on commit 1b837f0

Please sign in to comment.