diff --git a/package-lock.json b/package-lock.json index c50e16a5..c877bbc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "0.1.0-alpha.1", "license": "Apache-2.0", "dependencies": { + "@fontsource/poppins": "^5.2.7", "pdfjs-dist": "^4.10.38", "posthog-js": "^1.205.0", "react": "^19.1.1", @@ -763,6 +764,15 @@ "node": ">=18" } }, + "node_modules/@fontsource/poppins": { + "version": "5.2.7", + "resolved": "https://registry.npmjs.org/@fontsource/poppins/-/poppins-5.2.7.tgz", + "integrity": "sha512-6uQyPmseo4FgI97WIhA4yWRlNaoLk4vSDK/PyRwdqqZb5zAEuc+Kunt8JTMcsHYUEGYBtN15SNkMajMdqUSUmg==", + "license": "OFL-1.1", + "funding": { + "url": "https://github.com/sponsors/ayuhito" + } + }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.13", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", diff --git a/package.json b/package.json index 07539822..a5d1a59d 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "deploy": "./scripts/deploy_resumelint.sh" }, "dependencies": { + "@fontsource/poppins": "^5.2.7", "pdfjs-dist": "^4.10.38", "posthog-js": "^1.205.0", "react": "^19.1.1", diff --git a/src/components/Result.tsx b/src/components/Result.tsx index 2a374bb8..a3a8299a 100644 --- a/src/components/Result.tsx +++ b/src/components/Result.tsx @@ -263,7 +263,7 @@ function Dimension({ /> )} -
{hint}
+{hint}
); } diff --git a/src/components/features/ContactCard.tsx b/src/components/features/ContactCard.tsx index ef8dac35..75a328c5 100644 --- a/src/components/features/ContactCard.tsx +++ b/src/components/features/ContactCard.tsx @@ -61,10 +61,10 @@ function ContactRow({ {label} {gated ? ( -