diff --git a/app/component/Logo.js b/app/component/Logo.js index e05a070..9928a04 100644 --- a/app/component/Logo.js +++ b/app/component/Logo.js @@ -14,7 +14,8 @@ function Logo({ isAbsolute, matchedCity }) { alt="logo" />
- {matchedCity?.site_name || "نوبت ۷۲۴"} + {matchedCity?.site_name || + (matchedCity?.name ? `${matchedCity.name} نوبت` : "نوبت ۷۲۴")}