mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
fix(#934): description typo
This commit is contained in:
parent
eb81f0d708
commit
37ffd8f7f7
4 changed files with 8 additions and 7 deletions
|
|
@ -483,4 +483,5 @@ L
|
|||
Justin Scheffers
|
||||
Commieboo
|
||||
Garrison Wood
|
||||
Emsiron`;
|
||||
Emsiron
|
||||
Frosty`;
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ document
|
|||
|
||||
// show popup with a list of Patreon supportes (updated manually)
|
||||
async function showSupporters() {
|
||||
const {supporters} = await import("../dynamic/supporters.js?v=19062022");
|
||||
const {supporters} = await import("../dynamic/supporters.js?v=1.89.15");
|
||||
const list = supporters.split("\n").sort();
|
||||
const columns = window.innerWidth < 800 ? 2 : 5;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue