From b12076fc53f717d2d6d447a2b05d846688ce7023 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Fri, 6 Jun 2025 04:27:17 +0100 Subject: [PATCH] feat: add "crowded", "well lit", "poorly lit" tags --- src/lib/index.ts | 3 +++ 1 file changed, 3 insertions(+) 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",