Skip to content

Commit 4ed47e7

Browse files
authored
rm survey banner (#8298)
1 parent 1a2db2f commit 4ed47e7

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/NuGetGallery/Views/Shared/Gallery/Header.cshtml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@
2222
</div>
2323
}
2424

25-
<div class="container-fluid banner banner-info text-center">
26-
<div class="row">
27-
<div class="col-sm-12">
28-
<span>
29-
&#128075; What do you think about NuGet.org? We're looking for feedback from developers like you. <a href="https://aka.ms/NuGetSurvey" target="_blank">Take the survey.</a>
30-
</span>
31-
</div>
32-
</div>
33-
</div>
34-
3525
@helper DisplayNavigationItem(string tab, string url, bool bold = false, string title = null)
3626
{
3727
<li class="@(ViewBag.Tab == tab ? "active" : string.Empty)" role="presentation">

0 commit comments

Comments
 (0)