This commit is contained in:
hailin 2025-03-31 13:26:18 +08:00
parent c9b65bd7a4
commit 174eef5d92
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ const BlogArticleWrapper = async ({ params }: { params: { slug: string, locale:
updated_at: frontmatter.date,
company: frontmatter.title,
progress: progress,
statusText: statusText,
statusText: statusText
}}
/>