Skip to content

Commit

Permalink
add wyzlle as author
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Aug 19, 2022
1 parent cccb9d6 commit cfc79fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added public/authors/wyzlle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/layouts/authors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ export const authors = [
{
name: "Angelo Saraceno",
image: "https://og.railway.app/authors/angelo-saraceno.jpeg",
}
},
{
name: "wyzlle",
image: "https://og.railway.app/authors/wyzlle.jpeg",
},
];

const defaultAuthor = authors[0];
Expand Down

0 comments on commit cfc79fc

Please sign in to comment.