remove turbopack from package.json
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -31,6 +31,7 @@ export const SocialChannels = () => {
|
||||
}}
|
||||
>
|
||||
<SocialIcon channel={channel?.name} />
|
||||
{/* {channel.name} */}
|
||||
</Link>
|
||||
);
|
||||
},
|
||||
|
||||
@@ -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 = [],
|
||||
|
||||
Reference in New Issue
Block a user