diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/src/components/Dashboard.tsx | 6 |
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> |