Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mquangdev committed May 2, 2024
1 parent ea4fa17 commit 95bb51e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/SectionTitle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from "react";

function SectionTitle({ children, ...props }) {
return (
<Text3D size={0.3} {...props} font={"/public/fonts/Inter_Bold.json"}>
<Text3D size={0.3} {...props} font={"/fonts/Inter_Bold.json"}>
{children}
<meshStandardMaterial color="white" />
</Text3D>
Expand Down

0 comments on commit 95bb51e

Please sign in to comment.