Skip to content

Commit

Permalink
update james headshot and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
w1lt committed Mar 15, 2024
1 parent d20bfdd commit ba1994c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added public/officers/james_hurd.jpeg
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/officers/james_hurd.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Favicons.astro
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<link rel="icon" type="image/x-icon" href="src/assets/favicons/ico.png">
<link rel="icon" type="image/x-icon" href="/ico.png">
2 changes: 1 addition & 1 deletion src/data/officers.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const OfficerList = [
{
name: "James Hurd",
image: "/officers/james_hurd.jpg",
image: "/officers/james_hurd.jpeg",
role: "Co-chair",
link: "https://jameshurd.net",
},
Expand Down

0 comments on commit ba1994c

Please sign in to comment.