Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
choden-dev committed Aug 28, 2024
1 parent fa07039 commit edc2dc4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/components/composite/LodgeInfo/LodgeInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit edc2dc4

Please sign in to comment.