Bob AI: fix build error in src/App.tsx
This commit is contained in:
@@ -15,15 +15,15 @@ export default function App() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Features",
|
name: "Features",
|
||||||
id: "features",
|
href: "#features",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing",
|
||||||
id: "pricing",
|
href: "#pricing",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact",
|
||||||
id: "contact",
|
href: "#contact",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
ctaButton={{
|
ctaButton={{
|
||||||
|
|||||||
Reference in New Issue
Block a user