chore: supporters update

This commit is contained in:
Azgaar 2024-06-21 17:34:50 +02:00
parent 147d57640e
commit 8e5a06540c
3 changed files with 31 additions and 3 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.93.08");
const {supporters} = await import("../dynamic/supporters.js?v=1.97.14");
const list = supporters.split("\n").sort();
const columns = window.innerWidth < 800 ? 2 : 5;