Skip to content

Commit

Permalink
Gleev v4.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
attemka committed Oct 23, 2023
1 parent 7f97f54 commit f82fd6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "UI for consuming Joystream - a user governed video platform",
"version": "4.11.2",
"version": "4.11.3",
"license": "GPL-3.0",
"workspaces": [
"packages/*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { YppRewardSection } from './sections/YppRewardSection'
import { YppSignupVideo } from './sections/YppSignupVideo'
import { useGetYppSyncedChannels } from './useGetYppSyncedChannels'

const SINGUP_DAILY_QUOTA = 500 // 2% of the total daily quota
const SINGUP_DAILY_QUOTA = 1000 // 4% of the total daily quota

export const YppLandingView: FC = () => {
const headTags = useHeadTags('YouTube Partner Program')
Expand Down

0 comments on commit f82fd6d

Please sign in to comment.