Skip to content

Commit

Permalink
fixed the path for bgpic in About.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mishradev1 committed Oct 1, 2024
1 parent e463cab commit d2f800a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Pages/About.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import bgpic from "./src/assets/img/abt1.jpg"
import bgpic from "../../assets/img/abt1.jpg"

export default function About() {
return (
Expand Down

0 comments on commit d2f800a

Please sign in to comment.