Fixes.
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user