Use unicode bullet separator in map attribution
This commit is contained in:
parent
c5c4d71c94
commit
e1c0c5b4fa
@ -399,7 +399,7 @@ const Map: React.FC = () => {
|
|||||||
tiles: ["https://tiles.modmapper.com/{z}/{x}/{y}.jpg"],
|
tiles: ["https://tiles.modmapper.com/{z}/{x}/{y}.jpg"],
|
||||||
tileSize: 256,
|
tileSize: 256,
|
||||||
attribution:
|
attribution:
|
||||||
'Map tiles by <a href="https://en.uesp.net/wiki/Skyrim:Skyrim" target="_blank">UESP</a>. Mod data from <a href="https://nexusmods.com" target="_blank">Nexus Mods</a>. <a href="https://github.com/thallada/modmapper-web" target="_blank">GitHub</a>. <a href="https://www.nexusmods.com/users/512579" target="_blank">Donate ❤️</a>',
|
'Map tiles by <a href="https://en.uesp.net/wiki/Skyrim:Skyrim" target="_blank">UESP</a> • Mod data from <a href="https://nexusmods.com" target="_blank">Nexus Mods</a> • <a href="https://github.com/thallada/modmapper-web" target="_blank">GitHub</a> • <a href="https://www.nexusmods.com/users/512579" target="_blank">Donate ❤️</a>',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
layers: [
|
layers: [
|
||||||
|
Loading…
Reference in New Issue
Block a user