Skip to content

Commit

Permalink
doc: update lm info
Browse files Browse the repository at this point in the history
  • Loading branch information
luizchaves committed Oct 30, 2024
1 parent 260e796 commit 77cf88b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
export const SUBJECT = {
CLASSROOM_URLS: {
A: 'https://classroom.google.com/c/NzIzOTcwMzA4MTc4',
B: 'https://classroom.google.com/c/NzI2MDQ2NDYzNjY5',
},
CHAT_URL: 'https://mail.google.com/mail/u/0/#chat/space/AAAAeLAQnUg',
PROJECTS_URL: {
Expand All @@ -10,6 +11,7 @@ export const SUBJECT = {
},
GITHUB_URLS: {
A: 'https://github.com/luizchaves/lm-2024-2',
B: 'https://github.com/franciscodnn/lm-2024-2',
},
SCHEDULES: [
{
Expand All @@ -30,14 +32,14 @@ export const SUBJECT = {
className: 'A',
room: 'Lab Redes Convergentes',
day: 'Quarta',
start: '14:40',
start: '16:40',
end: '18:20',
},
{
className: 'B',
room: 'Lab 58',
day: 'Quarta',
start: '14:40',
start: '16:40',
end: '18:20',
},
],
Expand Down

0 comments on commit 77cf88b

Please sign in to comment.