This commit is contained in:
2023-01-30 16:20:12 -08:00
parent 5203dfca23
commit 1fdfa5953b
4 changed files with 2 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
import { Fragment, useId } from 'react'
import Image from 'next/image'
import Link from 'next/link'
import clsx from 'clsx'
import NavBar from '@/components/NavBar'
import posterImage from '@/images/poster.png'

View File

@@ -54,10 +54,6 @@ export default async function Page({ params }) {
return (
<>
<Head>
<title>{`${episode.title} - Their Side`}</title>
<meta name="description" content={episode.description} />
</Head>
<article className="py-16 lg:py-36">
<Container>
<header className="flex flex-col">