diff --git a/unlock-protocol-com/src/components/pages/UpcomingEvents/UpcomingEventBox.tsx b/unlock-protocol-com/src/components/pages/UpcomingEvents/UpcomingEventBox.tsx index 322a6e5929e..e6032c0f0ba 100644 --- a/unlock-protocol-com/src/components/pages/UpcomingEvents/UpcomingEventBox.tsx +++ b/unlock-protocol-com/src/components/pages/UpcomingEvents/UpcomingEventBox.tsx @@ -1,12 +1,9 @@ import { Button, Modal } from '@unlock-protocol/ui' import { FaRegCalendarPlus } from 'react-icons/fa' -import { - SiGooglecalendar, - SiMicrosoft as SiMicrosoftoffice, - SiMicrosoftoutlook, -} from 'react-icons/si' -import { BsCalendarDate } from 'react-icons/bs' +import { SiGooglecalendar } from 'react-icons/si' +import { PiMicrosoftOutlookLogoFill } from 'react-icons/pi' +import { BsCalendarDate, BsMicrosoft } from 'react-icons/bs' import { google, outlook, office365, ics } from 'calendar-link' import React, { useState } from 'react' @@ -95,7 +92,7 @@ export const UpcomingEventBox: React.FC = ({ className="hover:underline" href={outlook(calendarEvent)} > - + Microsoft Outlook @@ -105,7 +102,7 @@ export const UpcomingEventBox: React.FC = ({ className="hover:underline" href={office365(calendarEvent)} > - + Microsoft Office 365