Skip to content

Commit beae9bf

Browse files
authored
chore(docs): update eve link (#664)
eve homepage is now live, change the link from the docs to the homepage now, reflecting how the other OSS sites behave Co-authored-by: Ben Sabic <bensabic@users.noreply.github.com>
1 parent df825b3 commit beae9bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/components/geistdocs/navbar-logo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const OSS_PRODUCT_LINKS: {
2525
logo: ComponentType<{ height: number }>;
2626
height: number;
2727
}[] = [
28-
{ href: "https://eve.dev/docs", logo: LogoEve, height: 12 },
28+
{ href: "https://eve.dev", logo: LogoEve, height: 12 },
2929
{ href: "https://ai-sdk.dev/", logo: LogoAiSdk, height: 12 },
3030
{ href: "https://flags-sdk.dev/", logo: LogoFlagsSdk, height: 20 },
3131
{ href: "https://workflow-sdk.dev/", logo: LogoWorkflowSdk, height: 12 },

0 commit comments

Comments
 (0)