Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Correct colSpan typo to colspan in <Table.Cell> #1411

Closed
pitzzahh opened this issue Oct 31, 2024 · 0 comments
Closed

docs: Correct colSpan typo to colspan in <Table.Cell> #1411

pitzzahh opened this issue Oct 31, 2024 · 0 comments
Labels
type: documentation A change or addition to the documentation

Comments

@pitzzahh
Copy link

Change Type

Cleanup (formatting, typos, etc.)

Proposed Changes

routes/payments/data-table.svelte

56. <Table.Row>
57.     <Table.Cell colspan={columns.length} class="h-24 text-center">
58.      No results.
59.    </Table.Cell>
60. </Table.Row>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A change or addition to the documentation
Projects
None yet
Development

No branches or pull requests

2 participants