mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
rm todo
This commit is contained in:
parent
17af43301a
commit
c02217c6ae
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ props.activity.slice().forEach((d, i) => {
|
|||
|
||||
d.v = peak === 0 ? 0 : d.total / (peak / 2);
|
||||
if (d.v > 1) d.v = 1;
|
||||
// TODO: Make Rose Pine
|
||||
const ch = d.date.weekday === 0 || d.date.weekday === 6 ? 275 : 170;
|
||||
const cs = d.v * 100;
|
||||
const cl = 15 + (1 - d.v) * 80;
|
||||
|
|
Loading…
Reference in a new issue