fix: 21 agenda , key invite

This commit is contained in:
2026-08-19 16:21:27 +07:00
parent cb54058550
commit 16bf5edb97
7 changed files with 898 additions and 164 deletions
@@ -25,6 +25,7 @@ const getFlagUrl = (country: string) => {
Indonesia: "id",
Laos: "la",
China: "cn",
Japan: "jp",
};
const code = mapping[country];
return code ? `https://flagcdn.com/w40/${code}.png` : null;