Skip to content

Commit

Permalink
Fix mistranslations
Browse files Browse the repository at this point in the history
  • Loading branch information
smikitky committed May 11, 2024
1 parent ffedbcb commit 3cc2e98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/content/blog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ React チームからの公式な更新のお知らせはこのブログに掲

<div className="sm:-mx-5 flex flex-col gap-5 mt-12">

<BlogCard title="React 19 ベータ" date="April 25, 2024" url="/blog/2024/04/25/react-19">
<BlogCard title="React 19 Beta" date="April 25, 2024" url="/blog/2024/04/25/react-19">

React 19 Beta が npm で利用可能になりました! この投稿では React 19 の新機能、およびそれらをどのように採用するかについて概説します
React 19 Beta アップグレードガイドでは、アプリを React 19 Beta にアップグレードするためのステップバイステップガイドをお示ししました。この投稿では、React 19 の新機能と、それらをどのように採用するかについて概説します

</BlogCard>

Expand Down
4 changes: 2 additions & 2 deletions src/sidebarBlog.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"skipBreadcrumb": true,
"routes": [
{
"title": "React 19 ベータ",
"titleForHomepage": "React 19 ベータ",
"title": "React 19 Beta",
"titleForHomepage": "React 19 Beta",
"icon": "blog",
"date": "April 25, 2024",
"path": "/blog/2024/04/25/react-19"
Expand Down

0 comments on commit 3cc2e98

Please sign in to comment.