File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
src/containers/Subscribtion Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -104,27 +104,6 @@ export const AccountInfo = () => {
104
104
/>
105
105
106
106
< 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
- ) }
128
107
< AccountStatus
129
108
user = { user }
130
109
isVerified = { isVerified }
You can’t perform that action at this time.
0 commit comments