Skip to content

Commit 35ca7d7

Browse files
authored
Add icons to project to ensure bundling (#8385)
1 parent 320e81f commit 35ca7d7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/NuGetGallery/NuGetGallery.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,8 @@
13391339
<Content Include="Content\gallery\img\facebook.svg" />
13401340
<Content Include="Content\gallery\img\git-32x32.png" />
13411341
<Content Include="Content\gallery\img\git.svg" />
1342+
<Content Include="Content\gallery\img\fuget-32x32.png" />
1343+
<Content Include="Content\gallery\img\fuget.svg" />
13421344
<Content Include="Content\gallery\img\github-32x32.png" />
13431345
<Content Include="Content\gallery\img\github.svg" />
13441346
<Content Include="Content\gallery\img\logo-footer-184x57.png" />

src/NuGetGallery/Views/Packages/DisplayPackage.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@
10321032
@ViewHelpers.ImageFallback(Url.Absolute("~/Content/gallery/img/fuget-32x32.png")) />
10331033
<a href="@Model.FuGetUrl" data-track="outbound-repository-url"
10341034
aria-label="open in fuget.org explorer"
1035-
title="Explore additional package info on fuget.org" rel="nofollow" target="_blank">
1035+
title="Explore additional package info on fuget.org" rel="nofollow">
10361036
Open in FuGet Package Explorer
10371037
</a>
10381038
</li>

0 commit comments

Comments
 (0)