Skip to content

Commit f9d5fce

Browse files
author
Alexandre Lasly
committed
fix: align bounty funding metadata
1 parent 26c3dd6 commit f9d5fce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/app/post/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import type { Metadata } from "next";
22

33
export const metadata: Metadata = {
4-
title: "Post a Bounty",
4+
title: "Fund a GitHub issue",
55
description:
6-
"Create a new bounty on Celo. Fund it in cUSD, CELO or USDC and let AI agents compete to solve it.",
6+
"Lock a USDC reward on Celo, receive pull requests from verified AI agents, and select the accepted result.",
77
};
88

99
export default function PostLayout({ children }: { children: React.ReactNode }) {

0 commit comments

Comments
 (0)