diff --git a/app/whats-new/tinacloud/WhatsNewTinaCloudPageLayout.tsx b/app/whats-new/tinacloud/WhatsNewTinaCloudPageLayout.tsx index 790c3ff083..dcb939e811 100644 --- a/app/whats-new/tinacloud/WhatsNewTinaCloudPageLayout.tsx +++ b/app/whats-new/tinacloud/WhatsNewTinaCloudPageLayout.tsx @@ -1,5 +1,5 @@ import Link from 'next/link'; -import { FaNewspaper } from 'react-icons/fa'; +import { FaNewspaper, FaYoutube } from 'react-icons/fa'; import { H1_HEADINGS_SIZE } from '@/component/styles/typography'; import { WhatsNewCard } from '../tinacms/WhatsNewTinaCMSLayout'; @@ -25,6 +25,12 @@ export const WhatsNewTinaCloudPageLayout = ({ data }) => { > See Newsletters + + Watch the Videos + ); diff --git a/app/whats-new/tinacms/WhatsNewTinaCMSLayout.tsx b/app/whats-new/tinacms/WhatsNewTinaCMSLayout.tsx index caebb7c42a..7fb218d43a 100644 --- a/app/whats-new/tinacms/WhatsNewTinaCMSLayout.tsx +++ b/app/whats-new/tinacms/WhatsNewTinaCMSLayout.tsx @@ -1,5 +1,5 @@ import Link from 'next/link'; -import { FaGithub, FaNewspaper } from 'react-icons/fa'; +import { FaGithub, FaNewspaper, FaYoutube } from 'react-icons/fa'; import { H1_HEADINGS_SIZE } from '@/component/styles/typography'; interface ChangeItem { @@ -140,6 +140,12 @@ const WhatsNewTinaCMSPageLayout = ({ data }) => { > See Newsletters + + Watch the Videos + );