Skip to content

Commit

Permalink
fix: add space before logo on email templates
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo committed Sep 7, 2023
1 parent ee31f6c commit 6ca37e9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ <h1>Confirmação de Cadastro</h1>
<span>#USER_TOKEN#</span>
</p>

<br />
<div>Atenciosamente,</div>
<img src="data:image/svg+xml;base64,#LOGO_GPIC#" width="200px" />

Expand Down
1 change: 1 addition & 0 deletions src/Infrastructure/Services/Email/Templates/NewEdital.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ <h1>Novo Edital Disponível</h1>
<a href="#NOTICE_URL#" class="button" target="_blank">Acessar Edital</a>
</div>

<br />
<div>Atenciosamente,</div>
<img src="data:image/svg+xml;base64,#LOGO_GPIC#" width="200px" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ <h1>Entrega de Relatório Próxima</h1>
<a class="cta-button" href="#PLATFORM_LINK#">Acesse a Aqui</a>
</div>

<br />
<div>Atenciosamente,</div>
<img src="data:image/svg+xml;base64,#LOGO_GPIC#" width="200px" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ <h1>Status do Projeto Alterado</h1>
Para mais detalhes, você pode acessar o projeto na nossa plataforma.
</p>

<br />
<div>Atenciosamente,</div>
<img src="data:image/svg+xml;base64,#LOGO_GPIC#" width="200px" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ <h1>Solicitação de Cadastro</h1>
<a class="cta-button" href="#REGISTRATION_LINK#">Realizar Cadastro</a>
</div>

<br />
<div>Atenciosamente,</div>
<img src="data:image/svg+xml;base64,#LOGO_GPIC#" width="200px" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ <h1>Recuperação de Senha</h1>
e-mail.
</p>

<br />
<div>Atenciosamente,</div>
<img src="data:image/svg+xml;base64,#LOGO_GPIC#" width="200px" />

Expand Down
4 changes: 3 additions & 1 deletion src/Infrastructure/Services/Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<Version>0.0.1</Version>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Domain\Domain.csproj" />
<ProjectReference Include="..\..\Domain\Domain.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
Expand Down

0 comments on commit 6ca37e9

Please sign in to comment.