Skip to content

Commit

Permalink
fix: move arrow images to public directory
Browse files Browse the repository at this point in the history
  • Loading branch information
shriram-sg committed May 31, 2024
1 parent 036be0f commit 168fe9d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
settings: { react: { version: '18.2' } },
plugins: ['react-refresh'],
rules: {
"react/prop-types": "off",
'react/jsx-no-target-blank': 'off',
'react-refresh/only-export-components': [
'warn',
Expand Down
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion frontend/src/components/Button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function Button({ align }) {
<img
className={styles.btnImg}
loading='lazy'
src='\src\assets\Arrow.svg'
src='.\Arrow.svg'
alt='Arrow'
/>
</button>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/HeroSection/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Hero() {
<img
className={styles.btnImg}
loading='lazy'
src='\src\assets\Arrow-Down.svg'
src='./Arrow-Down.svg'
alt='Arrow'
/>
</div>
Expand Down

0 comments on commit 168fe9d

Please sign in to comment.