Redo signup page

This commit is contained in:
1ilit
2024-01-03 21:37:44 +02:00
parent 3ec1f91903
commit 144600c5bb
6 changed files with 478 additions and 131 deletions

View File

@@ -100,9 +100,9 @@ export default function Table(props) {
? props.tableData.name.length < 10
? props.tableData.name
: `${props.tableData.name.substring(0, 10)}...`
: props.tableData.name.length < 14
: props.tableData.name.length < 16
? props.tableData.name
: `${props.tableData.name.substring(0, 14)}...`}
: `${props.tableData.name.substring(0, 16)}...`}
</div>
{isHovered && (
<div className="flex justify-end items-center mx-2">