mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-23 06:09:02 +00:00
8 lines
233 B
TypeScript
8 lines
233 B
TypeScript
|
|
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>
|
|
</>
|
|
);
|
|
} |