chore: supporters update

This commit is contained in:
Azgaar 2023-08-23 01:32:28 +04:00
parent 168656c864
commit 8feda7c15d
2 changed files with 14 additions and 2 deletions

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=1.89.15");
const {supporters} = await import("../dynamic/supporters.js?v=1.93.02");
const list = supporters.split("\n").sort();
const columns = window.innerWidth < 800 ? 2 : 5;