Skip to content

Commit

Permalink
added DRM
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Apr 30, 2024
1 parent 9a9926e commit 296d9a0
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
</Typography>
</Grid>
</Grid>
Expand Down
2 changes: 1 addition & 1 deletion src/config/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const FooterSections: FooterSection = {
{
obj: {
"name": "Development",
"url": "https://github.com/ZorrillosDev",
"url": "https://github.com/WatchItDev",
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/langs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/langs/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/navigation/CONSTANTS.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Landing/LandingView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const LandingView: FC = (props): JSX.Element => {
<meta name='description' content='Open movies Everywhere' />
<meta
name='keywords'
content='Watch,WatchIt,Watchit,Movie,Pelicula,NFT,ver pelicula,watch movie'
content='Watch,WatchIt,Watchit,Movie,Pelicula,DRM,ver pelicula,watch movie'
/>
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
</Helmet>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Landing/components/LandingFeatureModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Landing/components/LandingMain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const LandingMain: FC = (): JSX.Element => {

return (
<>
<Container sx={{ pt: { xs: '2rem', sm: 0 } }}>
<Container sx={{ pt: { xs: 0, sm: 0 } }}>
<Grid
container spacing={matchSm ? 1 : 3} justifyContent='space-between' alignItems='center'
sx={{ flexDirection: { xs: 'column-reverse', sm: 'row' }, ml: { xs: '-12px', sm: '-24px' }, zIndex: 3 }}
Expand Down

0 comments on commit 296d9a0

Please sign in to comment.