1
0
mirror of synced 2026-01-08 03:01:54 -05:00

Merge pull request #24465 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2023-03-15 12:40:47 -04:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ export function Notice({ item, variant = 'preview' }: Props) {
const { t } = useTranslation('products')
const previewTitle =
variant === 'preview'
? t('rest.reference.preview_notice')
? t('graphql.reference.preview_notice')
: t('graphql.reference.deprecation_notice')
const noticeStyle =
variant === 'preview'