1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-25 00:21:28 +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>
{!isDataLoading && (
{!isDataLoading && isLoggedIn() && (
<div className="flex gap-1.5 pr-4">
{!isPaidUser && (
<>