We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e91912 commit b52459fCopy full SHA for b52459f
src/app/news/[slug]/page.tsx
@@ -53,7 +53,7 @@ export default async function NewsDetail({ params }: Props) {
53
items={[
54
{ title: 'Top', href: '/' },
55
{ title: '新着情報', href: '/news' },
56
- { title: data.title, href: `/news/${slug}`},
+ { title: data.title, href: `/news/${slug}` },
57
]}
58
/>
59
</div>
0 commit comments