Skip to content

Commit

Permalink
fix image import directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Aug 30, 2024
1 parent d45732a commit fe54b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Auth/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function Login() {
<Box
className="w-3/4 h-full bg-cover bg-center"
style={{
backgroundImage: 'url(../../../../public/img/login.webp)',
backgroundImage: 'url(/img/login.webp)',
backgroundSize: 'cover',
backgroundRepeat: 'no-repeat',
backgroundPosition: 'center',
Expand Down

0 comments on commit fe54b0b

Please sign in to comment.