From 7c488c4df57cb9a960a6b68e5b9e65ddb024db20 Mon Sep 17 00:00:00 2001 From: Kevin Chen Date: Mon, 28 Aug 2023 00:21:19 -0700 Subject: [PATCH] Fixes Taipei CityID --- app/views/index.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/index.scala.html b/app/views/index.scala.html index 7c9f920905..802a336ce1 100644 --- a/app/views/index.scala.html +++ b/app/views/index.scala.html @@ -209,7 +209,7 @@ - @if("taipei-tw" == cityId || "new-taipei-tw" == cityId || "keelung-tw" == cityId){ + @if("taipei" == cityId || "new-taipei-tw" == cityId || "keelung-tw" == cityId){
@Messages("logo.people_nudge")