feat: some tweaking to the newsletter

This commit is contained in:
Riccardo
2023-12-06 16:23:07 +01:00
parent 0bd92ca252
commit ef2bd60c1e
2 changed files with 8 additions and 2 deletions

View File

@@ -37,7 +37,13 @@ export default function NewsletterTemplate(
}}
/>
)}
{story.url && <a href={story.url}>Read more</a>}
{story.url && (
<p>
<a href={story.url} style={{ textAlign: 'right' }}>
Read more
</a>
</p>
)}
</div>
);
})}