Skip to content

Commit 43ed80c

Browse files
authored
improvement(broadcast): white canvas, LinkedIn footer, hi-res logo (#5317)
- Drop the #F8F8F8 canvas to a clean white background (body + outer wrapper). - Replace Discord with LinkedIn in the footer social row. - Swap the low-res header logo for the full-res sim logotype.
1 parent ca34301 commit 43ed80c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/sim/emails/broadcasts/july-1.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
}
4848
</style>
4949
</head>
50-
<body style="margin:0;padding:0;background-color:#F8F8F8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;">
50+
<body style="margin:0;padding:0;background-color:#FFFFFF;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;">
5151
<div style="display:none;max-height:0;overflow:hidden;opacity:0;color:transparent;font-size:1px;line-height:1px;">
5252
A ton of new things shipped in Sim over the last few months. Here's the rundown.
5353
</div>
5454

55-
<table width="100%" cellspacing="0" cellpadding="0" border="0" role="presentation" style="background-color:#F8F8F8;">
55+
<table width="100%" cellspacing="0" cellpadding="0" border="0" role="presentation" style="background-color:#FFFFFF;">
5656
<tr>
5757
<td align="center" style="padding:0 16px;">
5858
<table class="container" width="600" cellspacing="0" cellpadding="0" border="0" role="presentation" style="max-width:600px;width:100%;">
@@ -436,8 +436,8 @@ <h2 style="margin:0;color:#FFFFFF;font-family:'Season Sans',-apple-system,'SF Pr
436436
</a>
437437
</td>
438438
<td align="center" style="padding:0 8px;">
439-
<a href="https://sim.ai/discord" rel="noopener noreferrer" target="_blank">
440-
<img src="https://sim.ai/static/discord-icon.png" width="20" height="20" alt="Discord" style="display:block;" border="0">
439+
<a href="https://www.linkedin.com/company/simdotai" rel="noopener noreferrer" target="_blank">
440+
<img src="https://sim.ai/static/linkedin-icon.png" width="20" height="20" alt="LinkedIn" style="display:block;" border="0">
441441
</a>
442442
</td>
443443
<td align="center" style="padding:0 8px;">
-2.02 KB
Loading

0 commit comments

Comments
 (0)