1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

Remove subscribe from best practices

This commit is contained in:
Kamran Ahmed
2025-07-04 13:19:06 +01:00
parent c45c872de6
commit 06aa93a46d

View File

@@ -72,16 +72,6 @@ const isBestPracticeReady = !isUpcoming;
</a> </a>
) )
} }
<button
data-guest-required
data-popup="login-popup"
class="inline-flex hidden items-center justify-center rounded-md bg-yellow-400 px-3 py-1.5 text-xs font-medium hover:bg-yellow-500 sm:text-sm"
aria-label="Subscribe for Updates"
>
<Icon icon="email" />
<span class="ml-2">Subscribe</span>
</button>
</div> </div>
{ {