Skip to content

Commit 600c281

Browse files
committed
Update lastUpdated & announcements
1 parent 157a7c1 commit 600c281

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/data/announcements.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// code of a current country
2-
export const countryCode = "kz"
2+
export const countryCode = "kg"
33

44
// (optional) if the country has more than 1 timezone
55
export const exactTimezone = "+5" // [+/-]<offset>
66

77
// country name, city, region, etc.
8-
export const location = "Kazakhstan"
8+
export const location = "Kyrgyzstan"
99

1010
// locations and dates, if any
11-
export const plans = "Uzbekistan ➡️ Tajikistan ➡️ Kyrgyzstan (spring 2025)"
11+
export const plans = "Afghanistan ➡️ Pakistan ➡️ India ➡️ Nepal"
1212

1313
// one of the working statuses:
1414
// 1 - 👀 open to anything

src/data/lastUpdated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const courseLastUpdated = "FEB 7, 2025"
99
export const talksLastUpdated = "FEB 7, 2025"
1010
export const goalsLastUpdated = "FEB 7, 2025"
1111
export const explorationLastUpdated = "FEB 7, 2025"
12-
export const freelanceLastUpdated = "FEB 7, 2025"
12+
export const freelanceLastUpdated = "JULY 13, 2025"
1313
export const cvLastUpdated = "FEB 7, 2025"
1414
export const aboutLastUpdated = "FEB 7, 2025"
1515
export const feedLastUpdated = "FEB 7, 2025"

0 commit comments

Comments
 (0)