Skip to content

Commit

Permalink
Add lazy loading to footer logo image for improved performance
Browse files Browse the repository at this point in the history
  • Loading branch information
S-e-b-a-s committed Dec 10, 2024
1 parent 6c57ba7 commit 1b465b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/common/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const Footer = () => {
>
<Box sx={{ display: 'flex', flexDirection: 'Column', gap: '15px' }}>
<img
loading="lazy"
alt="logo-cyc"
onClick={() =>
window.open('https://cyc-bpo.com/', '_blank')
Expand Down

0 comments on commit 1b465b3

Please sign in to comment.