Dashboard: Remove View All link for Top Items (#6072)

Fixes #6068.
This commit is contained in:
d11n 2024-06-29 11:44:51 +02:00 committed by GitHub
parent a295e123bc
commit cbeb32808a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,10 +7,6 @@
<div id="AppTopItems-@Model.Id" class="widget app-top-items">
<header class="mb-3">
<h3>Top @(Model.AppType == CrowdfundAppType.AppType ? "Perks" : "Items")</h3>
@if (!string.IsNullOrEmpty(Model.AppUrl))
{
<a href="@Model.AppUrl">View All</a>
}
</header>
@if (Model.InitialRendering)
{