From f5809e142346bfec587ec345c91b47a022723209 Mon Sep 17 00:00:00 2001 From: Yana Date: Wed, 19 Feb 2025 16:44:09 +0200 Subject: [PATCH] remove turbopack from package.json --- explorer-nextjs/package.json | 2 +- explorer-nextjs/src/components/footer/SocialChannels.tsx | 1 + explorer-nextjs/src/components/footer/footer-links.tsx | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/explorer-nextjs/package.json b/explorer-nextjs/package.json index b67d9b28ad..5c97226292 100644 --- a/explorer-nextjs/package.json +++ b/explorer-nextjs/package.json @@ -2,7 +2,7 @@ "name": "@nymproject/explorer-nextjs", "version": "0.1.0", "scripts": { - "dev": "next dev --turbopack", + "dev": "next dev", "build": "next build", "build:prod": "yarn --cwd .. build && next build", "start": "next start", diff --git a/explorer-nextjs/src/components/footer/SocialChannels.tsx b/explorer-nextjs/src/components/footer/SocialChannels.tsx index 023c72cb3d..129735a3f0 100644 --- a/explorer-nextjs/src/components/footer/SocialChannels.tsx +++ b/explorer-nextjs/src/components/footer/SocialChannels.tsx @@ -31,6 +31,7 @@ export const SocialChannels = () => { }} > + {/* {channel.name} */} ); }, diff --git a/explorer-nextjs/src/components/footer/footer-links.tsx b/explorer-nextjs/src/components/footer/footer-links.tsx index efbd0a53ea..0c0a81d1a8 100644 --- a/explorer-nextjs/src/components/footer/footer-links.tsx +++ b/explorer-nextjs/src/components/footer/footer-links.tsx @@ -5,7 +5,8 @@ import type { components } from "../../app/lib/strapi"; import { Link } from "./MuiLink"; // MUI Components -import { Box, Grid2, Typography } from "@mui/material"; +import { Box, Typography } from "@mui/material"; +import Grid2 from "@mui/material/Grid2"; export const FooterLinks = ({ linkBlocks = [],