missions mission pages
This commit is contained in:
parent
9d36ef6546
commit
333f71cb57
@ -396,16 +396,7 @@ export default function MissionDetailPage() {
|
|||||||
<div className="flex justify-end gap-4 mb-8">
|
<div className="flex justify-end gap-4 mb-8">
|
||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="outline"
|
||||||
className="flex items-center gap-2 border-blue-600 text-blue-600 hover:bg-blue-50"
|
className="flex items-center gap-2 border-red-600 text-red-600 hover:bg-red-50 bg-white"
|
||||||
onClick={handleEditMission}
|
|
||||||
>
|
|
||||||
<Edit className="h-4 w-4" />
|
|
||||||
Modifier
|
|
||||||
</Button>
|
|
||||||
|
|
||||||
<Button
|
|
||||||
variant="outline"
|
|
||||||
className="flex items-center gap-2 border-red-600 text-red-600 hover:bg-red-50"
|
|
||||||
onClick={handleDeleteMission}
|
onClick={handleDeleteMission}
|
||||||
disabled={deleting}
|
disabled={deleting}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user