Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
choden-dev committed Oct 18, 2024
1 parent 9d4fb61 commit b47cce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/composite/EventsView/EventsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b47cce3

Please sign in to comment.