Skip to content

Commit e2a1e81

Browse files
committed
fix: update classroom and project URLs, and correct schedule room
1 parent 62be24d commit e2a1e81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/consts.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
// subject data
22
export const SUBJECT = {
33
CLASSROOM_URLS: {
4-
A: 'https://classroom.google.com/c/NzYzOTExNDk1OTM2',
4+
A: 'https://classroom.google.com/c/ODA2NDYxNTY4NDY5',
55
},
6-
CHAT_URL: 'https://mail.google.com/mail/u/0/#chat/space/AAQA_d8YQ2Y',
6+
CHAT_URL: 'https://mail.google.com/mail/u/0/#chat/space/AAQAtltW-N8',
77
PROJECTS_URL: {
8-
padlet: 'https://padlet.com/lucachaves/projetodw20251',
8+
padlet: 'https://padlet.com/lucachaves/projetodw20252',
99
github: 'https://ifpb.github.io/projects/codes/dw/1',
1010
},
1111
GITHUB_URLS: {
12-
A: 'https://github.com/luizchaves/dw-2025-1',
12+
A: 'https://github.com/luizchaves/dw-2025-2',
1313
},
1414
SCHEDULES: [
1515
{
16-
room: 'Lab 57',
16+
room: 'Lab 03',
1717
day: 'Segunda',
1818
start: '07:00',
1919
end: '08:40',

0 commit comments

Comments
 (0)