Skip to content

Commit

Permalink
next changes, remove @next/font (#3124)
Browse files Browse the repository at this point in the history
removed @next/font

---------

Co-authored-by: notmd <notmd1811@gmail.com>
  • Loading branch information
dewasahu2003 and notmd committed May 13, 2023
1 parent b1a6a15 commit 1d1168d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion website/package.json
Expand Up @@ -41,7 +41,6 @@
"@marsidev/react-turnstile": "^0.0.7",
"@next-auth/prisma-adapter": "^1.0.6",
"@next/bundle-analyzer": "^13.4.1",
"@next/font": "^13.4.1",
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"@prisma/client": "^4.13.0",
"@tailwindcss/forms": "^0.5.3",
Expand Down
2 changes: 1 addition & 1 deletion website/src/styles/Theme/index.ts
@@ -1,6 +1,6 @@
import { type ThemeConfig, extendTheme } from "@chakra-ui/react";
import { Styles } from "@chakra-ui/theme-tools";
import { Inter } from "@next/font/google";
import { Inter } from "next/font/google";
import { withProse } from "@nikolovlazar/chakra-ui-prose";

import { colors } from "./colors";
Expand Down

0 comments on commit 1d1168d

Please sign in to comment.