aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/pages/Chart.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/pages/Chart.tsx')
-rw-r--r--frontend/src/pages/Chart.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/pages/Chart.tsx b/frontend/src/pages/Chart.tsx
index 78f6d76..19f57cc 100644
--- a/frontend/src/pages/Chart.tsx
+++ b/frontend/src/pages/Chart.tsx
@@ -119,7 +119,7 @@ const Chart = () => {
if (isLoading || loading) {
return (
- <div className="min-h-screen bg-gradient-to-br from-slate-950 via-slate-900 to-slate-950 flex items-center justify-center">
+ <div className="min-h-screen bg-linear-to-br from-slate-950 via-slate-900 to-slate-950 flex items-center justify-center">
<div className="text-center">
<div className="w-12 h-12 border-4 border-violet-500 border-t-transparent rounded-full animate-spin mx-auto mb-6"></div>
<p className="text-slate-300 text-lg">Loading scores...</p>
@@ -129,7 +129,7 @@ const Chart = () => {
}
return (
- <div className="min-h-screen bg-gradient-to-br from-slate-950 via-slate-900 to-slate-950 text-white">
+ <div className="min-h-screen bg-linear-to-br from-slate-950 via-slate-900 to-slate-950 text-white">
<NavBar user={user} handleLogout={handleLogout} currentPage="score" />
<main className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
<SongInfoDisplay
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage