Skip to content

Commit

Permalink
Adds the "Tools" menu item -- #10
Browse files Browse the repository at this point in the history
  • Loading branch information
chrtannus committed May 6, 2024
1 parent 421ca6c commit 61332de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export function Header() {
>
<div className="space-y-4">
<MobileNavLink href="/#features">Features</MobileNavLink>
<MobileNavLink href="/#tools">Tools</MobileNavLink>
<MobileNavLink href="/#citations">Citations</MobileNavLink>
<MobileNavLink href="/#faq">FAQ</MobileNavLink>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/components/NavLinks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export function NavLinks() {

return [
['Features', '/#features'],
['Tools', '/#tools'],
['Citations', '/#citations'],
['FAQ', '/#faq'],
].map(([label, href], index) => (
Expand Down
4 changes: 2 additions & 2 deletions src/components/SecondaryFeatures.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ function DeviceChartIcon(props) {
export function SecondaryFeatures() {
return (
<section
id="secondary-features"
aria-label="Features for building a portfolio"
id="tools"
aria-label="Tools available from the Cytoscape ecosystem"
className="py-20 sm:py-32"
>
<Container>
Expand Down

0 comments on commit 61332de

Please sign in to comment.