fix: JSX table-scroll wrapper closing tags korrigiert

This commit is contained in:
ATLAS Deploy 2026-07-07 21:24:23 +00:00
parent 63fed9fb9c
commit beddb735b0
3 changed files with 3 additions and 3 deletions

View file

@ -262,7 +262,7 @@ export default function Analytics() {
</tr>
))}
</tbody>
</table>
</table></div>
<div className="flex items-center justify-between px-3 py-2" style={{ borderTop: '1px solid var(--atlas-border)' }}>
<span className="text-xs" style={{ color: 'var(--muted-foreground)' }}>15 von 25 Einträgen</span>
<div className="flex items-center gap-1">

View file

@ -192,7 +192,7 @@ export default function Approvals() {
</tr>
))}
</tbody>
</table>
</table></div>
<div className="flex items-center justify-between px-3 py-2" style={{ borderTop: '1px solid var(--atlas-border)' }}>
<span className="text-xs" style={{ color: 'var(--muted-foreground)' }}>110 von 48 Freigaben</span>
<div className="flex items-center gap-1">

View file

@ -198,7 +198,7 @@ export default function Products() {
</tr>
))}
</tbody>
</table>
</table></div>
{/* Pagination */}
<div className="flex items-center justify-between px-3 py-2" style={{ borderTop: '1px solid var(--atlas-border)' }}>
<span className="text-xs" style={{ color: 'var(--muted-foreground)' }}>15 von 156 Produkten</span>