Tweak walkthrough ranking

This commit is contained in:
Jackson Kearl
2021-08-17 18:51:23 -07:00
parent 25ce48dd79
commit 0df75c3d49
@@ -1089,8 +1089,8 @@ export class GettingStartedPage extends EditorPane {
const rankWalkthrough = (e: IResolvedWalkthrough) => {
let rank: number | null = e.order;
// then add bonuses...
if (e.isFeatured) { rank += 5; }
if (e.isFeatured) { rank += 7; }
if (e.newEntry) { rank += 3; }
if (e.newItems) { rank += 2; }
if (e.recencyBonus) { rank += 4 * e.recencyBonus; }