feat: move the user profile up on page, reword "star" to "favorite"

This commit is contained in:
2025-08-31 08:21:25 -06:00
parent 2bb733a9ea
commit d3f54d6bff
3 changed files with 4 additions and 4 deletions

View File

@@ -213,7 +213,7 @@ Raymer * @version 1.0.0 */
}}{{ newStarredProjectChangesHitLimit ? "+" : "" }}
</span>
<p class="text-center">
starred project{{ numNewStarredProjectChanges === 1 ? "" : "s" }}
favorite project{{ numNewStarredProjectChanges === 1 ? "" : "s" }}
with changes
</p>
</div>