Skip to content

Commit

Permalink
Merge pull request #195 from LaurierHawkHacks/fix/194/offset-for-cont…
Browse files Browse the repository at this point in the history
…act-section-is-too-big

Fix: anchor space fix in contact section
  • Loading branch information
aidantrabs authored Mar 30, 2024
2 parents a241bb0 + 36edcad commit 60a3db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/NavItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const links = [
{ title: 'Partners', href: 'partners-anchor', offset: 20 },
{ title: 'FAQ', href: 'faq-anchor', offset: 120 },
{ title: 'The Team', href: 'team-anchor' },
{ title: 'Contact', href: 'contact-anchor', offset: 500 },
{ title: 'Contact', href: 'contact-anchor', offset: 100 },
];

const rowStyle = 'flex-row items-center';
Expand Down

0 comments on commit 60a3db0

Please sign in to comment.