diff --git a/app/layout.jsx b/app/layout.jsx index 3209490..194fd88 100644 --- a/app/layout.jsx +++ b/app/layout.jsx @@ -1,5 +1,4 @@ import Script from 'next/script'; -import { Analytics } from '@vercel/analytics/react'; import Main from '../components/layout/main'; import pjson from '../package.json'; /* ensure all pages have Bootstrap CSS */ @@ -15,7 +14,6 @@ export default async function LocaleLayout({ children }) {
{children}
- ); diff --git a/components/carousel/carousel-item-commentary.jsx b/components/carousel/carousel-item-commentary.jsx index 5759b82..41fe602 100644 --- a/components/carousel/carousel-item-commentary.jsx +++ b/components/carousel/carousel-item-commentary.jsx @@ -30,14 +30,14 @@ const CarouselCommentary = ({ comments, model }) => { -