Skip to content

Commit 1966b5e

Browse files
authored
i18n(ko-KR): update overriding-components.mdx (#2690)
1 parent 1f68c59 commit 1966b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/src/content/docs/ko/guides/overriding-components.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const { title } = Astro.props.entry.data;
141141
import type { Props } from '@astrojs/starlight/props';
142142
import Default from '@astrojs/starlight/components/Footer.astro';
143143
144-
const isHomepage = Astro.props.slug === '';
144+
const isHomepage = Astro.props.id === '';
145145
---
146146
147147
{

0 commit comments

Comments
 (0)