Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/data-browser/graphs/quarterly/QuarterlyFilingCalendar.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import QFilingCal from '../../../documentation/markdown/images/quarterly_filing_2025.png'
import QFilingCal from '../../../documentation/markdown/images/quarterly_filing_2026.png'
import { ExpandableSection } from '../../../common/ExpandableSection'

export const QuarterlyFilingCalendar = ({ expanded = false }) => {
Expand All @@ -7,7 +7,7 @@ export const QuarterlyFilingCalendar = ({ expanded = false }) => {
label='Quarterly Filing Calendar'
expandedByDefault={expanded}
>
<img src={QFilingCal} alt='Quarterly Filing Calendar 2021' />
<img src={QFilingCal} alt='Quarterly Filing Calendar' />
</ExpandableSection>
)
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.