Skip to content

Commit 1f64ee4

Browse files
authored
Revert "survey banner (#8249)" (#8262)
This reverts commit 53729e8.
1 parent 8953877 commit 1f64ee4

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

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

Lines changed: 1 addition & 11 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.&emsp;<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">
@@ -251,4 +241,4 @@
251241
</div>
252242
</div>
253243
</div>
254-
}
244+
}

0 commit comments

Comments
 (0)