diff --git a/package.json b/package.json index ae8c8a3..49bdc01 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,30 @@ { - "name": "proposalgen", - "version": "1.0.0", - "private": true, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start", - "lint": "next lint" - }, - "dependencies": { - "@react-pdf/layout": "3.12.1", - "@react-pdf/renderer": "3.4.4", - "@tailwindcss/postcss": "^4.1.7", - "dayjs": "^1.11.13", - "firebase": "^10.13.1", - "next": "14.2.35", - "react": "^18", - "react-dom": "^18", - "react-firebase-hooks": "^5.1.1", - "react-hot-toast": "^2.4.1", - "zustand": "^5.0.4" - }, - "devDependencies": { - "eslint": "^8", - "eslint-config-next": "14.2.7", - "postcss": "^8", - "tailwindcss": "^4.1.7" - } + "name": "proposalgen", + "version": "1.2.0", + "private": true, + "scripts": { + "dev": "next dev", + "build": "next build", + "start": "next start", + "lint": "next lint" + }, + "dependencies": { + "@react-pdf/layout": "3.12.1", + "@react-pdf/renderer": "3.4.4", + "@tailwindcss/postcss": "^4.1.7", + "dayjs": "^1.11.13", + "firebase": "^10.13.1", + "next": "14.2.35", + "react": "^18", + "react-dom": "^18", + "react-firebase-hooks": "^5.1.1", + "react-hot-toast": "^2.4.1", + "zustand": "^5.0.4" + }, + "devDependencies": { + "eslint": "^8", + "eslint-config-next": "14.2.7", + "postcss": "^8", + "tailwindcss": "^4.1.7" + } } diff --git a/src/components/proposalPDF.jsx b/src/components/proposalPDF.jsx index 5640dcd..dbd026f 100644 --- a/src/components/proposalPDF.jsx +++ b/src/components/proposalPDF.jsx @@ -17,7 +17,7 @@ Font.register({ Font.register({ family: "NunitoSemiBold", - fonts: [{ src: "/fonts/NunitoSemibold.ttf" }], + fonts: [{ src: "/fonts/NunitoSemiBold.ttf" }], }); Font.register({