Skip to content

Commit b89070b

Browse files
committed
chore: use a pipe separator in the partners page title
1 parent 91e6617 commit b89070b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/[locale]/partners/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { hreflangAlternates } from '@/lib/seo/hreflang';
55

66
type Props = { params: { locale: string } };
77

8-
const TITLE = 'Partners & Sponsors AgentOS';
8+
const TITLE = 'Partners & Sponsors | AgentOS';
99
const DESCRIPTION =
1010
'Partner with AgentOS: sponsor development, ship your model as a featured provider, or bring your startup and credit programs to an open-source agent runtime running in production.';
1111

0 commit comments

Comments
 (0)