diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 383400c..2046fe6 100755 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -124,7 +124,7 @@ const Footer: FC = (): JSX.Element => { variant='body1' color={Object.is(theme.palette.mode, 'light') ? 'primary.light' : 'text.primary'} textAlign='center' fontWeight={400} width={1} sx={{ marginBottom: 2 }} > - © 2022 ZorrillosDev Comunity + © 2024 WatchIt Community diff --git a/src/config/footer.tsx b/src/config/footer.tsx index 846ddf8..2677b4e 100644 --- a/src/config/footer.tsx +++ b/src/config/footer.tsx @@ -21,7 +21,7 @@ export const FooterSections: FooterSection = { { obj: { "name": "Development", - "url": "https://github.com/ZorrillosDev", + "url": "https://github.com/WatchItDev", } } ], diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 29eace2..052706c 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -6,7 +6,7 @@ "LANDING_MENU_DISCORD":"Discord", "LANDING_MENU_DOCS":"Docs", "LANDING_MAIN_TITLE":"Discover Watchit", - "LANDING_MAIN_SUBTITLE":"A new era for cinema begins here. Filmmakers have total control over their creations and reap the benefits directly through our unique distribution model. Every film is streamed in the highest quality, ensuring that every frame arrives just as it was intended. Start your journey, get inspired, and transform: Power to the creators, magic for the viewers.", + "LANDING_MAIN_SUBTITLE":"A new era for cinema begins here. Filmmakers have total control over their creations and reap the benefits directly through our unique distribution model. Start your journey, get inspired, and transform: Power to the creators, magic for the viewers.", "LANDING_JOIN_US":"Join us!", "LANDING_JOIN_US_BUTTON":"Watchit Marketplace", "LANDING_JOIN_US_1_TITLE":"0xBlockbuster Rental Market", @@ -60,7 +60,7 @@ "LANDING_ROADMAP_ONE_CLICK_DEPLOY": "One Click Deploy", "LANDING_ROADMAP_ALPHA_WORKER_NODE": "Alpha Worker Node", "LANDING_ROADMAP_DISTRIBUTION_CONTRACT": "Distribution Contract", - "LANDING_ROADMAP_NFT_CONTRACT": "NFT Contract", + "LANDING_ROADMAP_DRM_CONTRACT": "DRM Contract", "LANDING_ROADMAP_BLOCKBUSTER": "0xBlockbuster Rental Market (Proposal)", "LANDING_ROADMAP_DISTRIBUTION_NODE": "Beta Streaming Node", "LANDING_ROADMAP_GOVERNANCE_TOKEN": "Governance Token", diff --git a/src/i18n/langs/es.json b/src/i18n/langs/es.json index 8505fbd..b2895ca 100644 --- a/src/i18n/langs/es.json +++ b/src/i18n/langs/es.json @@ -6,7 +6,7 @@ "LANDING_MENU_DISCORD":"Discord", "LANDING_MENU_DOCS":"Documentación", "LANDING_MAIN_TITLE":"Descubre Watchit", - "LANDING_MAIN_SUBTITLE":"Una nueva era para el cine comienza aquí. Los cineastas tienen control total sobre sus creaciones y obtienen beneficios directamente a través de nuestro modelo de distribución único. Cada película se transmite en la más alta calidad, asegurando que cada cuadro llegue justo como fue concebido. Empieza tu viaje, inspírate y transforma: Poder para los creadores, magia para los espectadores.", + "LANDING_MAIN_SUBTITLE":"Una nueva era para el cine comienza aquí. Los cineastas tienen control total sobre sus creaciones y obtienen beneficios directamente a través de nuestro modelo de distribución único. Empieza tu viaje, inspírate y transforma: Poder para los creadores, magia para los espectadores.", "LANDING_JOIN_US":"Únete a nosotros!", "LANDING_JOIN_US_BUTTON":"Mercado Watchit", "LANDING_JOIN_US_1_TITLE":"Conoce 0xBlockbuster", @@ -60,7 +60,7 @@ "LANDING_ROADMAP_ONE_CLICK_DEPLOY": "One Click Deploy", "LANDING_ROADMAP_ALPHA_WORKER_NODE": "Alpha Worker Node", "LANDING_ROADMAP_DISTRIBUTION_CONTRACT": "Contrato de Distribución", - "LANDING_ROADMAP_NFT_CONTRACT": "Contrato NFT", + "LANDING_ROADMAP_DRM_CONTRACT": "Contrato DRM", "LANDING_ROADMAP_BLOCKBUSTER": "Propuesta 0xBlockbuster Mercado de Renta", "LANDING_ROADMAP_DISTRIBUTION_NODE": "Beta Nodo de streaming", "LANDING_ROADMAP_GOVERNANCE_TOKEN": "Governance Token", diff --git a/src/navigation/CONSTANTS.ts b/src/navigation/CONSTANTS.ts index d69730e..65b2569 100644 --- a/src/navigation/CONSTANTS.ts +++ b/src/navigation/CONSTANTS.ts @@ -1,7 +1,7 @@ export const LANDING = '/' -export const DOCS = 'https://github.com/ZorrillosDev/watchit-app' +export const DOCS = 'https://github.com/WatchItDev/watchit-app' export const APP = 'https://web.watchit.movie/' -export const APP_DOWNLOAD = 'https://github.com/ZorrillosDev/watchit-app/releases' +export const APP_DOWNLOAD = 'https://github.com/WatchItDev/watchit-app/releases' export const MARKETPLACE = 'https://marketplace.watchitapp.site/' export const TWITTER = 'https://twitter.com/app_watchit' export const DISCORD = 'https://discord.gg/QJcSXedY' diff --git a/src/pages/Landing/LandingView.tsx b/src/pages/Landing/LandingView.tsx index 0c9ee12..9658546 100644 --- a/src/pages/Landing/LandingView.tsx +++ b/src/pages/Landing/LandingView.tsx @@ -37,7 +37,7 @@ export const LandingView: FC = (props): JSX.Element => { diff --git a/src/pages/Landing/components/LandingFeatureModal.tsx b/src/pages/Landing/components/LandingFeatureModal.tsx index 1d31dbb..83d6f4c 100644 --- a/src/pages/Landing/components/LandingFeatureModal.tsx +++ b/src/pages/Landing/components/LandingFeatureModal.tsx @@ -48,8 +48,8 @@ const LandingFeatureModal: FC = (): JSX.Element => { if (!repo || !title || !message) return setIssueId('') - await octokit.request(`POST /repos/ZorrillosDev/${repo}/issues`, { - owner: 'ZorrillosDev', + await octokit.request(`POST /repos/WatchItDev/${repo}/issues`, { + owner: 'WatchItDev', repo: repo, body: message, title: title, diff --git a/src/pages/Landing/components/LandingMain.tsx b/src/pages/Landing/components/LandingMain.tsx index 626568c..505308e 100644 --- a/src/pages/Landing/components/LandingMain.tsx +++ b/src/pages/Landing/components/LandingMain.tsx @@ -26,7 +26,7 @@ const LandingMain: FC = (): JSX.Element => { return ( <> - +