aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/pages/Home.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-06-30 00:59:25 -0700
committerPinapelz <yukais@pinapelz.com>2025-06-30 00:59:25 -0700
commit8559b615734760ff060ac2c714c8fca80d5ed251 (patch)
treeae62093d8235985b63369d034d7ce939fc128610 /frontend/src/pages/Home.tsx
parentfae6914acace1a3b470f9d243fe8a2ba0f141388 (diff)
add score import page
Diffstat (limited to 'frontend/src/pages/Home.tsx')
-rw-r--r--frontend/src/pages/Home.tsx6
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}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage