Skip to content

Commit

Permalink
Add icons to project to ensure bundling (#8385)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewgillies authored Jan 22, 2021
1 parent 320e81f commit 35ca7d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/NuGetGallery/NuGetGallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1339,6 +1339,8 @@
<Content Include="Content\gallery\img\facebook.svg" />
<Content Include="Content\gallery\img\git-32x32.png" />
<Content Include="Content\gallery\img\git.svg" />
<Content Include="Content\gallery\img\fuget-32x32.png" />
<Content Include="Content\gallery\img\fuget.svg" />
<Content Include="Content\gallery\img\github-32x32.png" />
<Content Include="Content\gallery\img\github.svg" />
<Content Include="Content\gallery\img\logo-footer-184x57.png" />
Expand Down
2 changes: 1 addition & 1 deletion src/NuGetGallery/Views/Packages/DisplayPackage.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@
@ViewHelpers.ImageFallback(Url.Absolute("~/Content/gallery/img/fuget-32x32.png")) />
<a href="@Model.FuGetUrl" data-track="outbound-repository-url"
aria-label="open in fuget.org explorer"
title="Explore additional package info on fuget.org" rel="nofollow" target="_blank">
title="Explore additional package info on fuget.org" rel="nofollow">
Open in FuGet Package Explorer
</a>
</li>
Expand Down

0 comments on commit 35ca7d7

Please sign in to comment.