diff --git a/src/lib/index.ts b/src/lib/index.ts index 3b12f80..20c9daf 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -8,6 +8,7 @@ export const availableStudySpaceTags = [ "Quiet", "Loud", "Silent", + "Crowded", "Group study", "Individual study", "Power outlets", @@ -15,6 +16,8 @@ export const availableStudySpaceTags = [ "24/7", "Food allowed", "No food allowed", + "Well lit", + "Poorly lit", "Good wifi", "Bad wifi", "No wifi",