aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-12-18 19:32:24 -0600
committerParker <contact@pkrm.dev>2024-12-18 19:32:24 -0600
commitb04208899848b8670ac66bdd6ee64d8d51384aad (patch)
tree34963f13cc40329efc9bb0f9b33c43bf4dd0e787
parent880280d67f8ef7593d7caad8e1bbc5dfa7c14bed (diff)
Update no links message
-rw-r--r--app/src/components/Dashboard.tsx6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/src/components/Dashboard.tsx b/app/src/components/Dashboard.tsx
index 913b566..03c4c94 100644
--- a/app/src/components/Dashboard.tsx
+++ b/app/src/components/Dashboard.tsx
@@ -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>