mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-06 08:16:03 +00:00
Update apps/web/components/settings/billing.tsx
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
This commit is contained in:
parent
31b2dc4a9b
commit
c68007bc96
1 changed files with 1 additions and 1 deletions
|
|
@ -994,7 +994,7 @@ export default function Billing() {
|
|||
</div>
|
||||
</SettingsCard>
|
||||
|
||||
{hasPaidPlan ? (
|
||||
{hasPaidPlan ? (
|
||||
<SettingsCard className="border border-dashed border-white/10 bg-[#14161A]/70">
|
||||
<div className="flex flex-col gap-3 sm:flex-row sm:items-start sm:justify-between">
|
||||
<div className="flex min-w-0 items-start gap-3">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue