fix: JSX table-scroll wrapper closing tags korrigiert
This commit is contained in:
parent
63fed9fb9c
commit
beddb735b0
3 changed files with 3 additions and 3 deletions
|
|
@ -262,7 +262,7 @@ export default function Analytics() {
|
||||||
</tr>
|
</tr>
|
||||||
))}
|
))}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table></div>
|
||||||
<div className="flex items-center justify-between px-3 py-2" style={{ borderTop: '1px solid var(--atlas-border)' }}>
|
<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)' }}>1–5 von 25 Einträgen</span>
|
<span className="text-xs" style={{ color: 'var(--muted-foreground)' }}>1–5 von 25 Einträgen</span>
|
||||||
<div className="flex items-center gap-1">
|
<div className="flex items-center gap-1">
|
||||||
|
|
|
||||||
|
|
@ -192,7 +192,7 @@ export default function Approvals() {
|
||||||
</tr>
|
</tr>
|
||||||
))}
|
))}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table></div>
|
||||||
<div className="flex items-center justify-between px-3 py-2" style={{ borderTop: '1px solid var(--atlas-border)' }}>
|
<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)' }}>1–10 von 48 Freigaben</span>
|
<span className="text-xs" style={{ color: 'var(--muted-foreground)' }}>1–10 von 48 Freigaben</span>
|
||||||
<div className="flex items-center gap-1">
|
<div className="flex items-center gap-1">
|
||||||
|
|
|
||||||
|
|
@ -198,7 +198,7 @@ export default function Products() {
|
||||||
</tr>
|
</tr>
|
||||||
))}
|
))}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table></div>
|
||||||
{/* Pagination */}
|
{/* Pagination */}
|
||||||
<div className="flex items-center justify-between px-3 py-2" style={{ borderTop: '1px solid var(--atlas-border)' }}>
|
<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)' }}>1–5 von 156 Produkten</span>
|
<span className="text-xs" style={{ color: 'var(--muted-foreground)' }}>1–5 von 156 Produkten</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue