diff --git a/package.json b/package.json index 884666c5ed..dc88278b71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "description": "UI for consuming Joystream - a user governed video platform", - "version": "4.11.3", + "version": "4.11.4", "license": "GPL-3.0", "workspaces": [ "packages/*" diff --git a/packages/atlas/src/views/global/YppLandingView/YppLandingView.tsx b/packages/atlas/src/views/global/YppLandingView/YppLandingView.tsx index 27b6a3a794..b52420c3f0 100644 --- a/packages/atlas/src/views/global/YppLandingView/YppLandingView.tsx +++ b/packages/atlas/src/views/global/YppLandingView/YppLandingView.tsx @@ -26,7 +26,7 @@ import { YppRewardSection } from './sections/YppRewardSection' import { YppSignupVideo } from './sections/YppSignupVideo' import { useGetYppSyncedChannels } from './useGetYppSyncedChannels' -const SINGUP_DAILY_QUOTA = 1000 // 4% of the total daily quota +const SINGUP_DAILY_QUOTA = 1250 // ~5% of the total daily quota export const YppLandingView: FC = () => { const headTags = useHeadTags('YouTube Partner Program')