fix(#934): description typo

This commit is contained in:
Azgaar 2023-04-23 14:39:04 +04:00
parent eb81f0d708
commit 37ffd8f7f7
4 changed files with 8 additions and 7 deletions

View file

@ -483,4 +483,5 @@ L
Justin Scheffers
Commieboo
Garrison Wood
Emsiron`;
Emsiron
Frosty`;

View file

@ -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;