diff --git a/src/components/Youtube.js b/src/components/Youtube.js index d8e1cae..7021292 100644 --- a/src/components/Youtube.js +++ b/src/components/Youtube.js @@ -22,7 +22,7 @@ const Root = styled('div')(() => ({ border: 0 } } -})); +})) const Youtube = ({ id, caption }) => { diff --git a/src/pages/blog/[slug].tsx b/src/pages/blog/[slug].tsx index 3b77b32..ab1d5e0 100644 --- a/src/pages/blog/[slug].tsx +++ b/src/pages/blog/[slug].tsx @@ -29,6 +29,7 @@ import Alert from '@Components/Alert' import { ComparisonTable } from '@Components/ComparisonTable' import { Typography } from '@mui/material' import 'prism-theme-night-owl' +import Link from 'next/link' const components = { Figure, @@ -37,7 +38,8 @@ const components = { Table, Alert, ComparisonTable, - Typography + Typography, + Link } interface Props {