Skip to content

Commit

Permalink
chore: use vector banner for vitalik blog
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Aug 27, 2024
1 parent 59efed8 commit 4af1a7f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Binary file removed public/images/vitalik-blog-banner.png
Binary file not shown.
10 changes: 10 additions & 0 deletions public/images/vitalik-blog-banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/lib/utils/rss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const postProcess = (rssItems: RSSItem[]) =>
case VITALIK_BLOG:
return {
...item,
imgSrc: "/images/vitalik-blog-banner.png",
imgSrc: "/images/vitalik-blog-banner.svg",
link: item.link.replace(".ca", ".eth.limo"),
}
case PANDA_OPS_BLOG:
Expand Down

0 comments on commit 4af1a7f

Please sign in to comment.