mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-25 06:44:47 +00:00
[AB-xxx] initial experience leaderboard version
This commit is contained in:
8
ui/experience-tracking/src/components/ErrorDisplay.tsx
Normal file
8
ui/experience-tracking/src/components/ErrorDisplay.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
export const ErrorDisplay = () => {
|
||||
return (
|
||||
<>
|
||||
<h1 className="mb-4 text-4xl font-extrabold leading-none tracking-tight md:text-5xl lg:text-6xl text-white">Failed to load leaderboard</h1>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user