website refactor
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user