mirror of
https://github.com/sern-handler/website
synced 2026-06-17 05:12:21 +00:00
9 lines
208 B
Plaintext
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']} />
|