Skip to content

Commit

Permalink
chore: update logo and images (#35)
Browse files Browse the repository at this point in the history
* chore: update logo and images

* fix: crop logo

* fix: crop logo
  • Loading branch information
gabrielediremigio authored May 27, 2024
1 parent c2845ce commit fdb1f5a
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://folksrouter.io/" target="_blank" rel="noopener">
<img src="https://folksrouter.io/og.png" >
<img src="https://folksrouter.io/og.jpg" >
</a>
</p>

Expand Down
Binary file modified apps/website/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/website/public/og.jpg
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 apps/website/public/og.png
Binary file not shown.
30 changes: 22 additions & 8 deletions apps/website/src/assets/images/ff-logo-desktop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 3 additions & 7 deletions apps/website/src/assets/images/ff-logo-mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/website/src/assets/images/folks-router-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions apps/website/src/layout/base-layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const { title } = Astro.props;
basic: {
title: "Folks Router",
type: "website",
image: "https://folksrouter.io/og.png",
image: "https://folksrouter.io/og.jpg",
url: "https://folksrouter.io/",
},
optional: {
Expand All @@ -30,7 +30,7 @@ const { title } = Astro.props;
}}
twitter={{
creator: "@FolksFinance",
image: "https://folksrouter.io/og.png",
image: "https://folksrouter.io/og.jpg",
card: "summary_large_image",
title: "Folks Router",
description:
Expand Down

0 comments on commit fdb1f5a

Please sign in to comment.