diff --git a/client/src/components/composite/LodgeInfo/LodgeInfo.tsx b/client/src/components/composite/LodgeInfo/LodgeInfo.tsx index f98ec280b..783ac19d6 100644 --- a/client/src/components/composite/LodgeInfo/LodgeInfo.tsx +++ b/client/src/components/composite/LodgeInfo/LodgeInfo.tsx @@ -18,6 +18,12 @@ export interface ILodgeInfo { handleBookLodgeClick?: () => void } +/** + * Component displaying information about the lodge before the user makes a booking + * + * Use case - if someone new to the club wants to know what the lodge is, or are unsure about + * how to prepare/find more information + */ const LodgeInfo = ({ children, imageSrcs,