Skip to content

Commit 0c0afd4

Browse files
committed
docs: fix example title
1 parent a80d3bf commit 0c0afd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/src/content/docs/examples/solid-spanned.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Solid Spanned Grid
2+
title: SolidJS Spanned Grid
33
description: Example of using SpannedMasonryGrid component from @masonry-grid/solid-js
44
sidebar:
55
order: 19
@@ -13,7 +13,7 @@ import { Tabs, TabItem } from '@astrojs/starlight/components'
1313
src='/sandboxes/solid-js/spanned/index.html'
1414
loading='lazy'
1515
style='width: 100%; height: 500px; border: 0; border-radius: 4px; overflow: hidden;'
16-
title='Masonry Grid - Solid Spanned Example'
16+
title='Masonry Grid - SolidJS Spanned Example'
1717
allow='accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking'
1818
sandbox='allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts'
1919
/>
@@ -31,7 +31,7 @@ import { Tabs, TabItem } from '@astrojs/starlight/components'
3131
src='https://stackblitz.com/github/TrigenSoftware/masonry-grid/tree/main/sandboxes/solid-js/spanned?embed=1&file=main.tsx&view=preview'
3232
loading='lazy'
3333
style='width: 100%; height: 500px; border: 0; border-radius: 4px; overflow: hidden;'
34-
title='Masonry Grid - Solid Spanned Example'
34+
title='Masonry Grid - SolidJS Spanned Example'
3535
allow='accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking'
3636
sandbox='allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts'
3737
/>

0 commit comments

Comments
 (0)