mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Update packages/web/pages/dashboard.tsx
Co-authored-by: δυς <dys@dhappy.org>
This commit is contained in:
@@ -14,7 +14,7 @@ import { useCallback, useMemo } from 'react';
|
||||
import { LayoutData } from 'utils/boxTypes';
|
||||
|
||||
const ConnectedDashboardPage: React.FC<Props> = () => (
|
||||
<ConnectedPage page={DashboardPage} pageLabel="your dashboard" />
|
||||
<ConnectedPage page={DashboardPage} pageLabel="Your Dashboard" />
|
||||
);
|
||||
|
||||
export default ConnectedDashboardPage;
|
||||
|
||||
Reference in New Issue
Block a user