Files
website/node_modules/@astrojs/starlight/components/FallbackContentNotice.astro
2024-05-06 17:15:30 -04:00

9 lines
208 B
Plaintext

---
import ContentNotice from './ContentNotice.astro';
import type { Props } from '../props';
const { labels } = Astro.props;
---
<ContentNotice icon="warning" label={labels['i18n.untranslatedContent']} />