Skip to content

Commit 2ddadfc

Browse files
committed
remove llamafeed sub alert
1 parent 11e23e8 commit 2ddadfc

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/containers/Subscribtion/AccountInfo.tsx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -104,27 +104,6 @@ export const AccountInfo = () => {
104104
/>
105105

106106
<div className="space-y-6">
107-
{isLlamafeedSubscriptionActive && (
108-
<div
109-
className="bg-[#332B15] border border-[#AA9051] text-[#EED484] px-4 py-3 rounded-lg relative"
110-
role="alert"
111-
>
112-
<div className="flex flex-col sm:flex-row justify-between items-start sm:items-center gap-3">
113-
<div>
114-
<strong className="font-bold">Llamafeed Subscription Active </strong>
115-
<span className="block sm:inline">
116-
You can cancel your Llamafeed subscription as it's already included in your Pro plan.
117-
</span>
118-
</div>
119-
<button
120-
onClick={() => window.open('https://llamafeed.io', '_blank')}
121-
className="px-4 py-2 bg-[#AA9051] hover:bg-[#C4A969] text-[#1A1B1F] rounded-lg transition-all duration-300 text-sm font-medium whitespace-nowrap"
122-
>
123-
Cancel on Llamafeed.io
124-
</button>
125-
</div>
126-
</div>
127-
)}
128107
<AccountStatus
129108
user={user}
130109
isVerified={isVerified}

0 commit comments

Comments
 (0)