vision refactor
This commit is contained in:
parent
5f953f9ff8
commit
73ebc523b7
@ -938,9 +938,8 @@ export default function VisionPage() {
|
||||
</Button>
|
||||
)}
|
||||
<Button
|
||||
variant="outline"
|
||||
size="sm"
|
||||
className="flex items-center gap-2"
|
||||
className="flex items-center gap-2 bg-gray-100 hover:bg-gray-200 text-gray-700 border border-gray-300"
|
||||
onClick={(e) => {
|
||||
e.stopPropagation();
|
||||
setSelectedDate(new Date());
|
||||
@ -1020,9 +1019,8 @@ export default function VisionPage() {
|
||||
)}
|
||||
{canPlanMeetingForMission(mission) && (
|
||||
<Button
|
||||
variant="outline"
|
||||
size="sm"
|
||||
className="flex items-center gap-2"
|
||||
className="flex items-center gap-2 bg-gray-100 hover:bg-gray-200 text-gray-700 border border-gray-300"
|
||||
onClick={(e) => {
|
||||
e.stopPropagation();
|
||||
setSelectedDate(new Date());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user