Skip to content

Commit 41fab9f

Browse files
committed
fix: og
1 parent 27095fc commit 41fab9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/www/app/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function IndexPage() {
3131
</Link>
3232
<PageHeaderHeading>A Flexible Web3 Component Library</PageHeaderHeading>
3333
<PageHeaderDescription>
34-
Collection of essential components for any modern Web3 applications.{" "}
34+
Collection of essential components for modern Web3 applications.{" "}
3535
<span className="font-bold">Save time and BUIDL faster.</span>
3636
</PageHeaderDescription>
3737
<div className="flex w-full items-center space-x-4 pb-8 pt-4 md:pb-10">

apps/www/config/site.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export const siteConfig = {
22
name: "turboeth/buidl",
33
url: "https://buidl.turboeth.com",
4-
ogImage: "https://buidl.turboeth.com/og.png",
4+
ogImage: "https://buidl.turboeth.com/og.jpg",
55
description:
6-
"Collection of essential components for any modern Web3 applications ⚡️ copy and paste in minutes.",
6+
"Collection of essential components for modern Web3 applications ⚡️ copy and paste in minutes.",
77
links: {
88
twitter: "https://twitter.com/districtfi",
99
github: "https://github.com/turbo-eth/buidl",

apps/www/public/og.jpeg

215 KB
Loading

0 commit comments

Comments
 (0)