Content edit: add a Home link to the navigation menu it should l
This commit is contained in:
@@ -39,10 +39,10 @@ export default function LandingPage() {
|
|||||||
{ name: "Concerns", id: "concerns" },
|
{ name: "Concerns", id: "concerns" },
|
||||||
{ name: "Science", id: "science" },
|
{ name: "Science", id: "science" },
|
||||||
{ name: "Experts", id: "experts" },
|
{ name: "Experts", id: "experts" },
|
||||||
{ name: "FAQ", id: "faq" }
|
{ name: "Home", id: "home" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Learn More", href: "#problem"
|
text: "Learn More", href: "https://google.com"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user