Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
diogogmatos committed Sep 5, 2023
1 parent 856d076 commit f2ef5fe
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions components/CalendarExportModal/CalendarExportModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,18 @@ const CalendarExportModal = ({
</a>
.
<p />
<a className="font-bold">2.</a> On the left, next to
"Other calendars", click Add{" "}
<a className="font-bold">2.</a> On the left, next to{" "}
{'"Other calendars"'}, click Add{" "}
<i className="bi bi-plus"></i>{" "}
<i className="bi bi-chevron-right"></i>{" "}
<text className="font-medium">From URL</text>.
<p />
<a className="font-bold">3.</a> Enter the above calendar's
<a className="font-bold">3.</a> Enter the above calendar{"\'"}s
address.
<p />
<a className="font-bold">4.</a> Click{" "}
<a className="font-medium">Add calendar</a>. The calendar
appears on the left, under "Other calendars".
appears on the left, under {'"Other calendars"'}.
<p />
<a
href="https://support.google.com/calendar/answer/37100?hl=en&co=GENIE.Platform=Desktop"
Expand All @@ -112,19 +112,19 @@ const CalendarExportModal = ({
<a className="font-bold">1.</a> On your iPhone, open{" "}
<a className="font-medium">Calendar</a>.
<p />
<a className="font-bold">2.</a> On the bottom, click
"Calendars".
<a className="font-bold">2.</a> On the bottom, click{" "}
{'"Calendars"'}.
<p />
<a className="font-bold">3.</a> On the bottom left, click
"Add Calendar" <i className="bi bi-chevron-right"></i>{" "}
<a className="font-bold">3.</a> On the bottom left, click{" "}
{'"Add Calendar"'} <i className="bi bi-chevron-right"></i>{" "}
<a className="font-medium">Add Subscription Calendar</a>.
<p />
<a className="font-bold">3.</a> Enter the above calendar's
<a className="font-bold">3.</a> Enter the above calendar{"\'"}s
address.
<p />
<a className="font-bold">4.</a> Click{" "}
<a className="font-medium">Subscribe</a>. The calendar
appears under "Calendars".
appears under {'"Calendars"'}.
<p />
<i className="bi bi-lightbulb"></i> You can also{" "}
<a
Expand Down

0 comments on commit f2ef5fe

Please sign in to comment.