add: make gpa much harder

This commit is contained in:
trisua 2025-06-09 21:25:54 -04:00
parent 6245f9fd2e
commit 14c52b13fb
3 changed files with 17 additions and 12 deletions

View file

@ -167,7 +167,7 @@
("class" "notification chip")
(text "GPA 🐇"))
(span
(text "{{ gpa }}")))
(text "{{ gpa|round(method=\"floor\", precision=2) }}")))
(text "{% if not profile.settings.private_last_seen or is_self or is_helper %}")
(div
("class" "w-full flex justify-between items-center")