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>
<td colSpan={4}>
<div className={styles.noLinks}>
You do not have any shortened links -{' '}
<Link to="/create" className={styles.noLinksLink}>
create one here
</Link>
.
You do not have any shortened links, create one above.
</div>
</td>
</tr>