File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ import { DISPLAY } from '@ddays-app/types' ;
12import { type FC , useState } from 'react' ;
23import { Helmet } from 'react-helmet-async' ;
34import { useQueryClient } from 'react-query' ;
@@ -31,7 +32,7 @@ export const SwagBagPage: FC = () => {
3132 < div className = { c . pageWrapper } >
3233 < InfoMessage
3334 style = { { marginBottom : '20px' } }
34- message = 'Please predajte preostale materijale do 15.4. nesto nesto'
35+ message = { DISPLAY . SWAG_BAG_DEADLINE }
3536 />
3637 < div className = { c . contentWrapper } >
3738 < h4 className = { c . title } > Swag bag materijali</ h4 >
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ export const DISPLAY = {
2424 SPONSOR_DEADLINE_OZUJAK_15 : 'Predaja do 15. ožujka 2026.' ,
2525 SPONSOR_DEADLINE_TRAVANJ_15 : 'Predaja do 15. travnja 2026.' ,
2626
27+ //Swag bag page in sponsor app
28+ SWAG_BAG_DEADLINE :
29+ 'Molimo vas da informacije o swag bag materijalima predate do 15. svibnja 2026.' ,
30+
2731 // Small display snippets used in schedule/flytalks
2832 LOCATION_DAY_1_SHORT : '28.' ,
2933 LOCATION_DAY_2_FULL : '29. 05. 2026.' ,
You can’t perform that action at this time.
0 commit comments