website refactor

This commit is contained in:
2026-01-19 12:35:16 +01:00
parent a8731e6937
commit 15290400b3
122 changed files with 902 additions and 255 deletions

View File

@@ -4,9 +4,10 @@ import { Surface } from './Surface';
export interface LeaderboardTableShellProps {
children: ReactNode;
columns?: any[];
}
export const LeaderboardTableShell = ({ children }: LeaderboardTableShellProps) => {
export const LeaderboardTableShell = ({ children, columns }: LeaderboardTableShellProps) => {
return (
<Surface variant="default" rounded="xl" style={{ border: '1px solid var(--ui-color-border-default)', overflow: 'hidden' }}>
<Box>