We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc46fc8 commit 60d18c0Copy full SHA for 60d18c0
1 file changed
src/pages/AdvancedStatsPage.tsx
@@ -42,7 +42,7 @@ const AdvancedStatsPage = () => {
42
<div className="text-center space-y-6 max-w-md w-full">
43
<h1 className="text-2xl sm:text-3xl font-bold text-slate-900">Campagne introuvable</h1>
44
<p className="text-slate-600">Cette campagne n'existe pas ou vous n'y avez pas accès.</p>
45
- <Button onClick={() => navigate('/dashboard')} size="lg" className="bg-blue-600 hover:bg-blue-700 w-full sm:w-auto">
+ <Button onClick={() => navigate('/dashboard')} size="lg" className="bg-blue-600 hover:bg-blue-700 text-white w-full sm:w-auto">
46
<ArrowLeft className="h-4 w-4 mr-2" />
47
Retour au dashboard
48
</Button>
0 commit comments