Skip to content

Commit 55483f6

Browse files
committed
Replace filing timeline image with new 2026 dates
1 parent e2b8e5e commit 55483f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import QFilingCal from '../../../documentation/markdown/images/quarterly_filing_2025.png'
1+
import QFilingCal from '../../../documentation/markdown/images/quarterly_filing_2026.png'
22
import { ExpandableSection } from '../../../common/ExpandableSection'
33

44
export const QuarterlyFilingCalendar = ({ expanded = false }) => {
@@ -7,7 +7,7 @@ export const QuarterlyFilingCalendar = ({ expanded = false }) => {
77
label='Quarterly Filing Calendar'
88
expandedByDefault={expanded}
99
>
10-
<img src={QFilingCal} alt='Quarterly Filing Calendar 2021' />
10+
<img src={QFilingCal} alt='Quarterly Filing Calendar' />
1111
</ExpandableSection>
1212
)
1313
}
213 KB
Loading

0 commit comments

Comments
 (0)