[Node page] Add link to node list per country/isp in node page
This commit is contained in:
@@ -92,6 +92,9 @@ export function detectWebGL() {
|
||||
}
|
||||
|
||||
export function getFlagEmoji(countryCode) {
|
||||
if (!countryCode) {
|
||||
return '';
|
||||
}
|
||||
const codePoints = countryCode
|
||||
.toUpperCase()
|
||||
.split('')
|
||||
|
||||
Reference in New Issue
Block a user