diff --git a/client/src/components/composite/EventsView/EventsView.tsx b/client/src/components/composite/EventsView/EventsView.tsx index 33f4471d..087e0e1e 100644 --- a/client/src/components/composite/EventsView/EventsView.tsx +++ b/client/src/components/composite/EventsView/EventsView.tsx @@ -26,7 +26,7 @@ interface IEventsPage { * * - **Do not make any network requests in this component, the data should * be fetched seperately and passed in as {@link rawEvents}** - * - String operations are preferred to be done in {@link EventMessages} + * - String operations are ideally done in {@link EventMessages} * - Complex date comparisons should also be abstracted away into {@link EventDateComparisons} */ const EventsPage = ({ rawEvents }: IEventsPage) => { diff --git a/client/src/components/generic/Event/EventPreview/EventPreview.tsx b/client/src/components/generic/Event/EventPreview/EventPreview.tsx index 4a3347b3..4a58db1e 100644 --- a/client/src/components/generic/Event/EventPreview/EventPreview.tsx +++ b/client/src/components/generic/Event/EventPreview/EventPreview.tsx @@ -2,6 +2,9 @@ import Image from "next/image" import Arrow from "@/assets/icons/rightarrow.svg" +/** + * The interface (props) associated with {@link EventsCardPreview} + */ export interface IEventsCardPreview { /** * The image url of image to display