Skip to content

Commit

Permalink
i18n(ko-KR): update overriding-components.mdx (#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsparkdev authored Dec 14, 2024
1 parent 1f68c59 commit 1966b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/ko/guides/overriding-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const { title } = Astro.props.entry.data;
import type { Props } from '@astrojs/starlight/props';
import Default from '@astrojs/starlight/components/Footer.astro';
const isHomepage = Astro.props.slug === '';
const isHomepage = Astro.props.id === '';
---
{
Expand Down

0 comments on commit 1966b5e

Please sign in to comment.