diff options
author | Parker <contact@pkrm.dev> | 2024-11-10 23:17:10 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-10 23:17:10 -0600 |
commit | 05666369a2e9bb23f9471b11009963eccc838bf6 (patch) | |
tree | 11a63a514d4655932ae6f8d3fcb2589d31a53150 /app/src/components/Dashboard.tsx | |
parent | cd237804149bb098868048ccc001d3a6db986565 (diff) |
Some clean-up
Diffstat (limited to 'app/src/components/Dashboard.tsx')
-rw-r--r-- | app/src/components/Dashboard.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/components/Dashboard.tsx b/app/src/components/Dashboard.tsx index 373a07f..ccbfd99 100644 --- a/app/src/components/Dashboard.tsx +++ b/app/src/components/Dashboard.tsx @@ -6,6 +6,8 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faTrash } from '@fortawesome/free-solid-svg-icons'; function Dashboard() { + document.title = 'LinkLogger | Dashboard' + interface Log { id: number; link: string; |