Skip to content

Commit

Permalink
merge hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Aug 15, 2022
2 parents e769e1b + 132959d commit 6ed7673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/EthernaACR/EthernaACR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.8" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SendGrid" Version="9.28.0" />
<PackageReference Include="SendGrid" Version="9.28.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/EthernaACR/Views/Shared/EmailLayout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
h1 {
font-size: 32px;
font-weight: bold;
color: #2b303a;
color: #00B5D1;
}
.kbd {
Expand Down

0 comments on commit 6ed7673

Please sign in to comment.