Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Mar 13, 2024
1 parent d6a31ab commit e87ee6a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ import { useState, useEffect } from 'react'
import { getCountdownTimeStatus } from './EventCountdownProgressBar'

/**
* Reusable Annoucement Banner with custom Start/End Time
* Reusable automated Announcement Banner with custom Start/End Time
* Will automatically appear after Start time
* Will automatically disappear after End time
* @param bannerId: store in $MMDDYYYY-$BANNER_NAME format (e.g 03132024-ETH-DENCUN)
* @param bannerContents: contents to display in banner
* @param startDate: start date to show banner
Expand Down

0 comments on commit e87ee6a

Please sign in to comment.