1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-25 08:35:42 +02:00

fix: hide upgrade button

This commit is contained in:
Arik Chakma
2025-05-27 08:04:19 +06:00
parent d075d60a8d
commit 94442587a7

View File

@@ -144,7 +144,7 @@ export function RoadmapAIChatHeader(props: RoadmapAIChatHeaderProps) {
)} )}
</div> </div>
{!isDataLoading && ( {!isDataLoading && isLoggedIn() && (
<div className="flex gap-1.5 pr-4"> <div className="flex gap-1.5 pr-4">
{!isPaidUser && ( {!isPaidUser && (
<> <>