Skip to content

Commit

Permalink
fix: popular country
Browse files Browse the repository at this point in the history
  • Loading branch information
ademilter committed Mar 23, 2023
1 parent cbceb25 commit 7944a46
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pages/settings/country.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,17 @@ export default function Country() {
placeholder: t("settingsSearchCountry"),
name: "country",
}}
pushFirst={["2", "13", "4", "35", "15", "21"]}
// Populer Country (vercel analytics)
// 2 = Türkiye,
// 13 = Almanya,
// 33 = ABD,
// 4 = Hollanda,
// 39 = Polonya,
// 15 = İngiltere
// 11 = Belçika
// 36 = Norveç
// 52 = Canada
pushFirst={["2", "13", "33", "4", "39", "15", "11", "36", "52"]}
onChange={id => {
const country = data.find(c => c.UlkeID === id);
_setSettings({ ..._settings, country });
Expand Down

1 comment on commit 7944a46

@vercel
Copy link

@vercel vercel bot commented on 7944a46 Mar 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vakitler – ./

vakitler.app
vakitler-git-main-ademilter.vercel.app
vakitler.vercel.app
vakitler-ademilter.vercel.app

Please sign in to comment.