little changes to the ui
This commit is contained in:
@@ -8,14 +8,14 @@ export const SupportCtaWidget: React.FC = () => {
|
||||
|
||||
return (
|
||||
<Card>
|
||||
<CardContent className="p-6 bg-blue-900">
|
||||
<h3 className="text-lg font-semibold mb-2 text-white">Centre de Support</h3>
|
||||
<p className=" text-white text-sm mb-4 leading-relaxed">
|
||||
<CardContent className="p-6 rounded-xl">
|
||||
<h3 className="text-lg font-semibold mb-2">Centre de Support</h3>
|
||||
<p className="text-sm mb-4 leading-relaxed">
|
||||
Déclarez un incident critique ou demandez une évolution de votre infrastructure.
|
||||
</p>
|
||||
<Button
|
||||
onClick={() => navigate('/support')}
|
||||
className= "text-white w-full bg-blue-900"
|
||||
className= "text-rose-500 w-full"
|
||||
>
|
||||
Ouvrir un ticket sécurisé
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user