Skip to content

Commit

Permalink
Replace the AI generated About section image with a render
Browse files Browse the repository at this point in the history
  • Loading branch information
sekpd authored and awesomekling committed Aug 4, 2024
1 parent 7331939 commit e12bc46
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed public/assets/img/about-2x.webp
Binary file not shown.
Binary file added public/assets/img/about.blend
Binary file not shown.
Binary file added public/assets/img/about.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/landing/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class="grid grid-cols-[1fr] lg:grid-cols-[1fr_1fr] items-center gap-16"
>
<div class="-my-4 order-2 lg:order-1">
<img src="/assets/img/about-2x.webp" alt="" />
<img src="/assets/img/about.webp" alt="" />
</div>
<div class="order-1 lg:order-2">
<h2 class="mb-1">About <span>Ladybird</span></h2>
Expand Down

0 comments on commit e12bc46

Please sign in to comment.