Skip to content

Commit 433d62e

Browse files
committed
Add swag bage date to dates.ts
1 parent 8db098e commit 433d62e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

apps/sponsor/src/pages/SwagBagPage/SwagBagPage.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { DISPLAY } from '@ddays-app/types';
12
import { type FC, useState } from 'react';
23
import { Helmet } from 'react-helmet-async';
34
import { 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>

packages/types/src/dates.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.',

0 commit comments

Comments
 (0)