US East flag

This commit is contained in:
Natsumi
2021-12-01 11:13:53 +13:00
parent 0cf269750f
commit 3ab5e6a4f9
7 changed files with 44 additions and 7 deletions

View File

@@ -146,8 +146,10 @@ Vue.component('marquee-text', MarqueeText);
this.region = 'europeanunion';
} else if (L.region === 'jp') {
this.region = 'jp';
} else if (L.region === 'use') {
this.region = 'flag-icon-use';
} else {
this.region = 'us';
this.region = 'flag-icon-usw';
}
}
}