Skip to content

Commit

Permalink
Increase heading size and remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Oct 13, 2024
1 parent 8e1a280 commit 75f9720
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions emails/blog-update.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ export function WATcloudBlogUpdateEmail(props: WATcloudBlogUpdateEmailProps) {
<Hr style={{ marginTop: "20px", marginBottom: "20px" }} />
<Img src={imageSrc} alt={title} height="200" />
<Link href={link}>
<Heading as="h3" style={{ marginBottom: 0 }}>{title}</Heading>
<Heading as="h2" style={{ marginBottom: 0 }}>{title}</Heading>
</Link>
{/* subtitle */}
<Text style={{ color: "#333", marginTop: 0 }}>
By {author} on {date}
</Text>
Expand Down

0 comments on commit 75f9720

Please sign in to comment.