Skip to content

Commit

Permalink
docs: replace 'payment' with 'data' for consistency (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
saul-atomrigs authored Apr 9, 2024
1 parent 343e193 commit 5f142c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/content/components/data-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type Payment = {
email: string;
};

export const payments: Payment[] = [
export const data: Payment[] = [
{
id: "728ed52f",
amount: 100,
Expand Down

0 comments on commit 5f142c7

Please sign in to comment.