Skip to content

Commit b4e89b2

Browse files
committed
Also fix imports in translations
1 parent c22c4af commit b4e89b2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/src/content/docs/de/components/icons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Das Attribut [`class`](#class) kann verwendet werden, um dem Symbol eigene CSS-K
6464
<Preview>
6565

6666
```mdx
67-
import { Card } from '@astrojs/starlight/components';
67+
import { Icon } from '@astrojs/starlight/components';
6868

6969
<Icon name="star" color="goldenrod" size="2rem" />
7070
<Icon name="rocket" color="var(--sl-color-text-accent)" />

docs/src/content/docs/es/components/icons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ El atributo [`class`](#class) se puede usar para agregar clases CSS personalizad
6464
<Preview>
6565

6666
```mdx
67-
import { Card } from '@astrojs/starlight/components';
67+
import { Icon } from '@astrojs/starlight/components';
6868

6969
<Icon name="star" color="goldenrod" size="2rem" />
7070
<Icon name="rocket" color="var(--sl-color-text-accent)" />

docs/src/content/docs/fr/components/icons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ L'attribut [`class`](#class) peut être utilisé pour ajouter des classes CSS pe
6464
<Preview>
6565

6666
```mdx
67-
import { Card } from '@astrojs/starlight/components';
67+
import { Icon } from '@astrojs/starlight/components';
6868

6969
<Icon name="star" color="goldenrod" size="2rem" />
7070
<Icon name="rocket" color="var(--sl-color-text-accent)" />

docs/src/content/docs/ja/components/icons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import { Icon } from '@astrojs/starlight/components';
6262
<Preview>
6363

6464
```mdx
65-
import { Card } from '@astrojs/starlight/components';
65+
import { Icon } from '@astrojs/starlight/components';
6666

6767
<Icon name="star" color="goldenrod" size="2rem" />
6868
<Icon name="rocket" color="var(--sl-color-text-accent)" />

docs/src/content/docs/ko/components/icons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ CSS 단위와 색상 값을 사용하여 아이콘의 모양을 조정하는 데
6464
<Preview>
6565

6666
```mdx
67-
import { Card } from '@astrojs/starlight/components';
67+
import { Icon } from '@astrojs/starlight/components';
6868

6969
<Icon name="star" color="goldenrod" size="2rem" />
7070
<Icon name="rocket" color="var(--sl-color-text-accent)" />

docs/src/content/docs/ru/components/icons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import { Icon } from '@astrojs/starlight/components';
6464
<Preview>
6565

6666
```mdx
67-
import { Card } from '@astrojs/starlight/components';
67+
import { Icon } from '@astrojs/starlight/components';
6868

6969
<Icon name="star" color="goldenrod" size="2rem" />
7070
<Icon name="rocket" color="var(--sl-color-text-accent)" />

docs/src/content/docs/zh-cn/components/icons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import { Icon } from '@astrojs/starlight/components';
6464
<Preview>
6565

6666
```mdx
67-
import { Card } from '@astrojs/starlight/components';
67+
import { Icon } from '@astrojs/starlight/components';
6868

6969
<Icon name="star" color="goldenrod" size="2rem" />
7070
<Icon name="rocket" color="var(--sl-color-text-accent)" />

0 commit comments

Comments
 (0)