fix: removed p tag enclosing summary

This commit is contained in:
Riccardo
2024-09-20 03:25:03 +02:00
parent c0a669dc0a
commit 9ecd3eebd3

View File

@@ -28,7 +28,7 @@ export default async function NewsletterTemplate(stories: NewsType[]) {
}} }}
data-v0-t='card' data-v0-t='card'
> >
<p>{summary}</p> {summary}
</div> </div>
)} )}
<div> <div>