Skip to content

Commit

Permalink
Use a webp instead of a png
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyja committed Feb 28, 2024
1 parent 1dac19e commit 1cc1066
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/http_server/pages/home.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub(crate) async fn home_page(
}

div class="hidden md:w-[35%] md:flex" {
img src="/static/headshot-bg-removed.png" alt="Corey's Headshot" class="mt-auto" {}
img src="/static/headshot-bg-removed.webp" alt="Corey's Headshot" class="mt-auto" {}
}
}

Expand Down
Binary file added server/static/headshot-bg-removed.webp
Binary file not shown.

0 comments on commit 1cc1066

Please sign in to comment.