Skip to content

Commit

Permalink
Replace Hero image
Browse files Browse the repository at this point in the history
  • Loading branch information
brandstetterm committed Jan 24, 2024
1 parent 05d7431 commit 8755722
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 2 deletions.
118 changes: 118 additions & 0 deletions public/assets/images/reach-new-heights_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/images/reach-new-heights_dark.webp
Binary file not shown.
115 changes: 115 additions & 0 deletions public/assets/images/reach-new-heights_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/images/reach-new-heights_light.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions src/views/Hero/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ const content = await getTranslatedContent("Hero_Section", lang!);
</div>
</div>
<img
src="/assets/images/reach-new-heights_light.webp"
src="/assets/images/reach-new-heights_light.svg"
alt={content.imageAlt1}
class="reach-new-heights__image reach-new-heights__image--light"
/>
<img
src="/assets/images/reach-new-heights_dark.webp"
src="/assets/images/reach-new-heights_dark.svg"
alt={content.imageAlt1}
class="reach-new-heights__image reach-new-heights__image--dark"
/>
Expand Down

0 comments on commit 8755722

Please sign in to comment.