mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-03-22 19:17:46 +00:00
fix: donator count [dont code when tired]
This commit is contained in:
parent
7267316895
commit
93d331ae54
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Miru",
|
||||
"version": "2.10.1",
|
||||
"version": "2.10.2",
|
||||
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
||||
"main": "src/index.js",
|
||||
"homepage": "https://github.com/ThaUnknown/miru#readme",
|
||||
|
|
|
|||
|
|
@ -296,7 +296,7 @@ for (let i = 0; i < set.rssFeeds.length; ++i) {
|
|||
<div class='h-full py-10'>
|
||||
<Search bind:media bind:search bind:current {loadCurrent} />
|
||||
<div class='container'>
|
||||
We're ${100 - $progress} short of our monthly goal! That's only {Math.ceil(20 / $progress)} people donating $5.00!
|
||||
We're ${100 - $progress} short of our monthly goal! That's only {Math.ceil((100 - $progress) / 5)} people donating $5.00!
|
||||
<div class='progress-group py-5'>
|
||||
<div class='progress'>
|
||||
<div class='progress-bar progress-bar-animated' role='progressbar' style='width: {$progress}%;'></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue