Skip to content

Commit fcb10cc

Browse files
committed
Few chnages
1 parent e61eaf1 commit fcb10cc

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

client/src/assets/react.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

client/src/pages/Home.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useAuth } from '../context/AuthContext';
44
import Navbar from '../components/Navbar';
55
import Loader from '../components/Loader';
66
import { FiTrendingUp } from 'react-icons/fi';
7-
import HeroBg from '../assets/HeroBg.jpeg'
7+
88

99
const Home = () => {
1010
const { user, loading } = useAuth();
@@ -17,7 +17,7 @@ const Home = () => {
1717
<div className="relative min-h-screen bg-slate-900 text-white flex flex-col items-center justify-center px-4 overflow-hidden">
1818

1919
<img
20-
src={HeroBg}
20+
src="../../public/HeroBg.jpeg"
2121
alt="Background"
2222
className="absolute inset-0 w-full h-full object-cover opacity-6 z-0"
2323
/>

0 commit comments

Comments
 (0)