mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-31 15:08:53 +02:00
📦 Update and fix prettier config (#987)
This commit is contained in:
parent
bafb922360
commit
239563eac5
68 changed files with 181 additions and 161 deletions
|
@ -9,7 +9,7 @@ const Table = React.forwardRef<
|
|||
<div className="w-full overflow-auto">
|
||||
<table
|
||||
ref={ref}
|
||||
className={cn("caption-bottom w-full text-sm", className)}
|
||||
className={cn("w-full caption-bottom text-sm", className)}
|
||||
{...props}
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue