Skip to content

Commit

Permalink
feat(docs): add id for friendly tooling (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamgambhir97 authored Sep 30, 2024
1 parent d766eed commit 8ca71f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/landing-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function LandingPage() {
link: "/guides/agents/intermediate/rest-endpoints",
},
{
name: "CrewAi",
name: "CrewAI",
icon: crewai,
link: "/guides/quickstart-with/CrewAI/startup-idea-analyser",
},
Expand Down Expand Up @@ -91,6 +91,7 @@ function LandingPage() {
<div
onClick={() => router.push(link)}
className={styles.comingSomewhereWrapper}
id={`home_tooling_${name.toLowerCase()}`}
>
<div className="nx-flex nx-w-full nx-flex-row nx-justify-between">
<div className="nx-flex nx-flex-row nx-gap-3 ">
Expand Down

0 comments on commit 8ca71f3

Please sign in to comment.