Skip to content

Commit

Permalink
fix: og
Browse files Browse the repository at this point in the history
  • Loading branch information
kamescg committed Nov 27, 2023
1 parent 27095fc commit 41fab9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/www/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function IndexPage() {
</Link>
<PageHeaderHeading>A Flexible Web3 Component Library</PageHeaderHeading>
<PageHeaderDescription>
Collection of essential components for any modern Web3 applications.{" "}
Collection of essential components for modern Web3 applications.{" "}
<span className="font-bold">Save time and BUIDL faster.</span>
</PageHeaderDescription>
<div className="flex w-full items-center space-x-4 pb-8 pt-4 md:pb-10">
Expand Down
4 changes: 2 additions & 2 deletions apps/www/config/site.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export const siteConfig = {
name: "turboeth/buidl",
url: "https://buidl.turboeth.com",
ogImage: "https://buidl.turboeth.com/og.png",
ogImage: "https://buidl.turboeth.com/og.jpg",
description:
"Collection of essential components for any modern Web3 applications ⚡️ copy and paste in minutes.",
"Collection of essential components for modern Web3 applications ⚡️ copy and paste in minutes.",
links: {
twitter: "https://twitter.com/districtfi",
github: "https://github.com/turbo-eth/buidl",
Expand Down
Binary file added apps/www/public/og.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 41fab9f

Please sign in to comment.