-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves #844 ### What We want to have 1.2 XP boost for the final week. - add XP boost label to the countdown - calculate new XP amount ![image](https://github.com/tahowallet/dapp/assets/20949277/9b18c142-8aa1-4ac7-a3fa-d45ed3337b66)![image](https://github.com/tahowallet/dapp/assets/20949277/9d7f41ac-ce87-482c-9781-a06ea04162f7)
- Loading branch information
Showing
4 changed files
with
87 additions
and
9 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
export const WEEKLY_XP_ALLOCATION = 1_000_000 | ||
export const WEEKLY_XP_BOOST = 1.2 | ||
export const MOBILE_BREAKPOINT = 854 | ||
export const TABLET_BREAKPOINT = 1152 | ||
export const XP_COMING_SOON_TEXT = "XP Drop coming soon" |