File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { DashboardStats } from '@/components/DashboardStats';
99import { DashboardContent } from '@/components/DashboardContent' ;
1010import { NetworkStatus } from '@/components/NetworkStatus' ;
1111import { ErrorBoundary } from '@/components/ErrorBoundary' ;
12+ import { Helmet } from 'react-helmet-async' ;
1213import { memo , useCallback , useMemo } from 'react' ;
1314
1415export const Dashboard = memo ( ( ) => {
@@ -38,6 +39,12 @@ export const Dashboard = memo(() => {
3839
3940 return (
4041 < >
42+ < Helmet >
43+ < title > RefSpring - Dashboard</ title >
44+ < meta name = "description" content = "Gérez vos campagnes d'affiliation, suivez vos performances et optimisez vos revenus avec RefSpring." />
45+ < meta name = "robots" content = "noindex, nofollow" />
46+ </ Helmet >
47+
4148 < NetworkStatus />
4249 < div className = "min-h-screen bg-gradient-to-br from-blue-50/50 via-white to-purple-50/50 relative overflow-hidden" >
4350 < DashboardBackground />
You can’t perform that action at this time.
0 commit comments