Skip to content

Commit e03902f

Browse files
committed
fix(docs): update CardGrid import path
- Change import path from @astrojs/light/components to @astrojs/starlight/components
1 parent 55d4d22 commit e03902f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/customization/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Customization Guides'
33
description: Learn how to modify the shared packages to customize your applications.
44
---
5-
import { Card, CardGrid } from '@astrojs/light/components';
5+
import { Card, CardGrid } from '@astrojs/starlight/components';
66

77
This section provides practical, hands-on guides for customizing the toolkit by modifying the shared packages. Following these guides is the key to unlocking the full potential of the source code.
88

0 commit comments

Comments
 (0)