Update no links message

This commit is contained in:
Parker M. 2024-12-18 19:32:24 -06:00
parent 880280d67f
commit b042088998
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

View File

@ -218,11 +218,7 @@ function Dashboard() {
<tr> <tr>
<td colSpan={4}> <td colSpan={4}>
<div className={styles.noLinks}> <div className={styles.noLinks}>
You do not have any shortened links -{' '} You do not have any shortened links, create one above.
<Link to="/create" className={styles.noLinksLink}>
create one here
</Link>
.
</div> </div>
</td> </td>
</tr> </tr>