Skip to content

Commit 2d7d186

Browse files
committed
Upgrade plan button
1 parent 592f476 commit 2d7d186

File tree

1 file changed

+1
-2
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/components/copilot-message/components

1 file changed

+1
-2
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/components/copilot-message/components/usage-limit-actions.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client'
22

33
import { useState } from 'react'
4-
import { ArrowRight, Loader2 } from 'lucide-react'
4+
import { Loader2 } from 'lucide-react'
55
import { Button } from '@/components/emcn'
66
import { canEditUsageLimit } from '@/lib/billing/subscriptions/utils'
77
import { useSubscriptionData, useUpdateUsageLimit } from '@/hooks/queries/subscription'
@@ -80,7 +80,6 @@ export function UsageLimitActions() {
8080
<div className='mt-[12px] flex gap-[6px]'>
8181
<Button onClick={handleNavigateToUpgrade} variant='default'>
8282
Upgrade Plan
83-
<ArrowRight className='ml-1 h-3 w-3' />
8483
</Button>
8584
</div>
8685
)

0 commit comments

Comments
 (0)