Update to icons
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const localSiteIcons = (location) => {
|
||||
|
||||
let localParts;
|
||||
localParts = location.split(".")
|
||||
return require(`../assets/${localParts[0]}.png`);
|
||||
}
|
||||
export default localSiteIcons
|
||||
Reference in New Issue
Block a user