Skip to content

Commit

Permalink
feat(assets): update banner image
Browse files Browse the repository at this point in the history
  • Loading branch information
ruru-m07 committed Sep 25, 2024
1 parent 3983201 commit 12cb3ae
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Welcome to ruru UI, a comprehensive UI library and a set of reusable components designed to help you build beautiful and consistent user interfaces with ease.

![banner-modified](./apps/www/public/assets/banner.png)
![banner-modified](./apps/www/public/assets/banner.jpg)

## Join the Community

Expand Down
Binary file added apps/www/public/assets/banner.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/www/public/assets/banner.png
Binary file not shown.
2 changes: 1 addition & 1 deletion apps/www/utils/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function createMetadata(override: Metadata): Metadata {
url: "https://ruru-ui.vercel.app",
images: [
{
url: "https://ruru-ui.vercel.app/assets/banner.png",
url: "https://ruru-ui.vercel.app/assets/banner.jpg",
width: 1200,
height: 567,
alt: "ruru-ui",
Expand Down

0 comments on commit 12cb3ae

Please sign in to comment.