Skip to content

Commit

Permalink
fix: remove astro check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaidQourah2004 committed Oct 4, 2024
1 parent 25c77c1 commit d44abf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ import Image from 'astro/components/Image.astro';
class="secs-logo-above"
width={120}
height={120}
formats={['webp', 'png']}
loading="eager"
loading="lazy"
/>
</div>


<!-- Main heading text -->
<div class="gradient-text">
Software Engineering <br /> & <br /> Computing Society
Expand Down
3 changes: 1 addition & 2 deletions src/pages/navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import Image from 'astro/components/Image.astro';
class="secs-logo-above"
width={120}
height={120}
formats={['webp', 'png']}
loading="eager"
loading="lazy"
/>
</a>
</div>
Expand Down

0 comments on commit d44abf9

Please sign in to comment.