Skip to content

Commit

Permalink
feat: update the image
Browse files Browse the repository at this point in the history
  • Loading branch information
TwilightLogic committed Jun 6, 2024
1 parent 95c5ce9 commit 8009be0
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 32 deletions.
2 changes: 1 addition & 1 deletion docs/website/components/index/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ const Index = ({
<img
src={blog.image}
alt={blog.title}
className="h-[200px] w-full object-fill rounded-lg"
className="h-full w-full object-cover rounded-lg"
/>
</div>
<div className="flex flex-col p-6 md:p-8 w-full justify-between">
Expand Down
4 changes: 2 additions & 2 deletions docs/website/pages/index.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ import Index from '../components/index'
title: 'Rooch Network - The Application Layer of Bitcoin',
date: 'April 24, 2024',
link: 'https://rooch.network/blog/the-application-layer-of-bitcoin',
image: '/logo/blogs/blog_1.jpeg',
image: '/logo/blogs/blog_1.jpg',
},
{
title: 'Stackable L2 — A New Scaling Solution',
Expand All @@ -164,7 +164,7 @@ import Index from '../components/index'
title: 'RoochBTC - On - Chain Indexer as Bitcoin L2',
date: 'January 3, 2024',
link: 'https://rooch.network/blog/rooch-btc',
image: '/logo/blogs/blog_3.jpeg',
image: '/logo/blogs/blog_3.jpg',
},
]}
/>
4 changes: 2 additions & 2 deletions docs/website/pages/index.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ import Index from '../components/index'
title: 'Rooch Network - Bitcoin 的应用层',
date: '2024年4月24日',
link: 'https://rooch.network/blog/the-application-layer-of-bitcoin',
image: '/logo/blogs/blog_1.jpeg',
image: '/logo/blogs/blog_1.jpg',
},
{
title: 'Stackable L2 — 一种新的区块链扩容方案',
Expand All @@ -162,7 +162,7 @@ import Index from '../components/index'
title: 'RoochBTC - 用链上索引器实现比特币二层',
date: '2024年1月3日',
link: 'https://rooch.network/blog/rooch-btc',
image: '/logo/blogs/blog_3.jpeg',
image: '/logo/blogs/blog_3.jpg',
},
]}
/>
Binary file removed docs/website/public/logo/blogs/blog_1.jpeg
Binary file not shown.
Binary file added docs/website/public/logo/blogs/blog_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions docs/website/public/logo/blogs/blog_1.svg

This file was deleted.

Binary file modified docs/website/public/logo/blogs/blog_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions docs/website/public/logo/blogs/blog_2.svg

This file was deleted.

Binary file removed docs/website/public/logo/blogs/blog_3.jpeg
Binary file not shown.
Binary file added docs/website/public/logo/blogs/blog_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions docs/website/public/logo/blogs/blog_3.svg

This file was deleted.

0 comments on commit 8009be0

Please sign in to comment.