diff --git a/client/src/components/generic/Event/EventPreview/EventPreview.tsx b/client/src/components/generic/Event/EventPreview/EventPreview.tsx index 33094fdb..9c8762dd 100644 --- a/client/src/components/generic/Event/EventPreview/EventPreview.tsx +++ b/client/src/components/generic/Event/EventPreview/EventPreview.tsx @@ -35,7 +35,9 @@ export interface IEventsCardPreview { * Headline of the preview - generally is the title of the event */ title: string - + /** + * The text to display on the view button + */ viewButtonText?: string /** * The variant of the card to render