Skip to content

Commit

Permalink
feat: update email to next send (#332)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Caio Borghi <[email protected]>
  • Loading branch information
3 people authored Oct 16, 2024
1 parent 6845d85 commit 5a340c4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.41",
"version": "1.0.42",
"private": true,
"scripts": {
"dev": "development=true next dev",
Expand Down
20 changes: 16 additions & 4 deletions packages/shared/ui/email/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,19 @@ export function Header({
<Heading className={h1}>{previewText}</Heading>
<Hr style={hr} />
<Text className={paragraph}>Salve, beleza?</Text>
<Text className={paragraph}>E aí, bora na FrontInSampa?</Text>
<Text className={paragraph}>
Aproveite os últimos momentos de segundo lote para garantir seu ingresso
e participar de um evento muito massa!
O trabalho remoto é o <strong>novo normal</strong>, e o Spotify tá
mostrando como se faz!
</Text>
<Text className={paragraph}>
Eles acabaram de reafirmar o compromisso com o trabalho remoto, dizendo
que seus funcionários <Link href="https://www.techradar.com/pro/spotify-says-it-will-allow-staff-to-work-from-home-says-employees-arent-children">não são crianças</Link> 😁
</Text>
<Text className={paragraph}>
Nada melhor do que uma empresa que enxerga seus funcionários como adultos responsáveis 🙏
</Text>
<Text className={paragraph}>
Mas e aí, já comprou seu ingresso do FrontInSampa? Já é sábado agora, agiliza!
</Text>
<Text className={paragraph}>
15% off com o cupom{' '}
Expand All @@ -81,7 +90,10 @@ export function Header({
</Link>
</Text>
<Text className={paragraph}>
<i>Agora, aproveite suas vagas!</i>
<i>
Sem mais delongas, aqui estão suas vagas 100% remotas ✌️ 😁
remoto!
</i>
</Text>
</Tailwind>
)
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10136,7 +10136,7 @@ web-streams-polyfill@^3.0.3:
integrity sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==

"web@file:/home/runner/work/trampar-de-casa/trampar-de-casa/apps/web":
version "1.0.41"
version "1.0.42"
resolved "file:apps/web"
dependencies:
"@headlessui/react" "^1.7.15"
Expand Down

0 comments on commit 5a340c4

Please sign in to comment.