Skip to content

Commit 62be24d

Browse files
committed
data: update 2025.1
1 parent 78e17bb commit 62be24d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/consts.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
// subject data
22
export const SUBJECT = {
33
CLASSROOM_URLS: {
4-
A: 'https://classroom.google.com/c/NjYzNjMwNzIzNzg1',
4+
A: 'https://classroom.google.com/c/NzYzOTExNDk1OTM2',
55
},
6-
CHAT_URL: 'https://mail.google.com/mail/u/0/#chat/space/AAAAAji4jww',
6+
CHAT_URL: 'https://mail.google.com/mail/u/0/#chat/space/AAQA_d8YQ2Y',
77
PROJECTS_URL: {
8-
padlet: 'https://padlet.com/lucachaves/projetodw20242',
8+
padlet: 'https://padlet.com/lucachaves/projetodw20251',
99
github: 'https://ifpb.github.io/projects/codes/dw/1',
1010
},
1111
GITHUB_URLS: {
12-
A: 'https://github.com/luizchaves/dw-2024-2',
12+
A: 'https://github.com/luizchaves/dw-2025-1',
1313
},
1414
SCHEDULES: [
1515
{
16-
room: 'Lab 58',
16+
room: 'Lab 57',
1717
day: 'Segunda',
1818
start: '07:00',
1919
end: '08:40',
2020
},
2121
{
22-
room: 'Lab 58',
23-
day: 'Quarta',
24-
start: '07:00',
25-
end: '10:40',
22+
room: 'Lab 03',
23+
day: 'Quinta',
24+
start: '08:40',
25+
end: '12:20',
2626
},
2727
],
2828
};

0 commit comments

Comments
 (0)