Skip to content

Commit

Permalink
fix(news) use longDescription instead of long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
liorMar committed Sep 21, 2023
1 parent 5812dfb commit 2e8bb38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/news/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default async function New({ params }: any) {
</div>
<p
className="py-6 max-w-3xl text-sm mx-auto"
dangerouslySetInnerHTML={{ __html: item.data!.long_description }}
dangerouslySetInnerHTML={{ __html: item.data!.longDescription }}
/>
</div>
</div>
Expand Down
Binary file not shown.

0 comments on commit 2e8bb38

Please sign in to comment.