From 7f7ea277f3fbb21e20073185245a0ad84647e38e Mon Sep 17 00:00:00 2001 From: Monica Costantini <122867940+certevol@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:02:39 +0100 Subject: [PATCH] [DPC-187] Change in subtitle for webinar (#792) --- .changeset/clever-toes-think.md | 5 +++++ apps/nextjs-website/src/_contents/webinars.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/clever-toes-think.md diff --git a/.changeset/clever-toes-think.md b/.changeset/clever-toes-think.md new file mode 100644 index 0000000000..2539250324 --- /dev/null +++ b/.changeset/clever-toes-think.md @@ -0,0 +1,5 @@ +--- +"nextjs-website": patch +--- + +Change the subtitle of "Esplorando App IO: I messaggi a contenuto remoto" webinar diff --git a/apps/nextjs-website/src/_contents/webinars.ts b/apps/nextjs-website/src/_contents/webinars.ts index 562aadc83f..cb4d10472e 100644 --- a/apps/nextjs-website/src/_contents/webinars.ts +++ b/apps/nextjs-website/src/_contents/webinars.ts @@ -50,7 +50,7 @@ export const webinars: readonly Webinar[] = [ 'Tutto sulla nuova funzionalitĂ  di remotizzazione dei contenuti', playerSrc: 'https://vimeo.com/event/3859248/embed', html: - `

Esplorando App IO: I messaggi a contenuto remoto + `

Un nuovo modello di comunicazione su App IO: I messaggi a contenuto remoto

\n` + `

Esploriamo il nuovo modello di comunicazione su app IO, che consente nuovi scenari d’uso e nuove esperienze utente grazie alle tecniche di remotizzazione.

\n` +