Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ export function PaymentLinksTable(props: { clientId: string; teamId: string }) {
return (
<section>
<div className="mb-4">
<h2 className="font-semibold text-xl tracking-tight">Payment Links</h2>
<h2 className="font-semibold text-xl tracking-tight">Payments</h2>
<p className="text-muted-foreground text-sm">
Payment links you have created in this project.
Payments you have created in this project.
</p>
</div>
<PaymentLinksTableInner clientId={props.clientId} teamId={props.teamId} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default async function Page(props: {
>
<Button className="gap-1.5 rounded-full">
<PlusIcon className="size-4" />
Create Payment Link
Create Payment
</Button>
</CreatePaymentLinkButton>
),
Expand Down
Loading