Skip to content

Commit 99be7e6

Browse files
committed
Add badge warning
1 parent a0e827b commit 99be7e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

functions/views/badges.pug

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ extends _layout
33
block content
44
include ../build/badges.html
55

6+
b(style="text-align: center;display: block;margin: 2rem 0;") Our new rewards system, with badges and certificates, will be launched shortly. Until then, you may find some inconsistencies in how you score and badges are calculated – don’t worry, your score will be accurate when the new rewards launch.
7+
68
.toggle.largeToggle
79
for l in user.sidebarLevels
810
a(v-on:click=`badgeLevel = '${l}'` v-bind:class=`{active: badgeLevel == '${l}'}`)= levelNames[l]

0 commit comments

Comments
 (0)