diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-06-30 00:59:25 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-06-30 00:59:25 -0700 |
| commit | 8559b615734760ff060ac2c714c8fca80d5ed251 (patch) | |
| tree | ae62093d8235985b63369d034d7ce939fc128610 /frontend/src/pages/Home.tsx | |
| parent | fae6914acace1a3b470f9d243fe8a2ba0f141388 (diff) | |
add score import page
Diffstat (limited to 'frontend/src/pages/Home.tsx')
| -rw-r--r-- | frontend/src/pages/Home.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx index 1d87c8a..e42a2b8 100644 --- a/frontend/src/pages/Home.tsx +++ b/frontend/src/pages/Home.tsx @@ -66,6 +66,12 @@ const Home = () => { <span className="text-white font-semibold text-lg">Mirage</span> </div> <div className="flex items-center space-x-4"> + <Link + to="/import" + className="text-slate-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium transition-colors" + > + Import Data + </Link> <span className="text-slate-300 text-sm">Welcome back, {user.username}</span> <button onClick={handleLogout} |
