Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #553 from zapier/pde-4534.platform-nav-header
Browse files Browse the repository at this point in the history
Fix glitches in the header links.
  • Loading branch information
szchenghuang authored Dec 7, 2023
2 parents e514ea9 + 8ea6bd4 commit 4497c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a href="/" id="platform-header__logo"></a>

<ul class="platform-header__links">
<li><a href="https://zapier.com/developer-platform/integrations" class="platform-header__selected">Build integrations</a></li>
<li><a href="https://zapier.com/developer-platform" class="platform-header__selected">Build integrations</a></li>
<li><a href="https://platform.zapier.com">Docs</a></li>
<li><a href="https://zapier.com/developer-platform/embed-tools">Tools</a></li>
<li><a href="https://zapier.com/developer-platform/partner-program">Partner Program</a></li>
Expand Down
1 change: 1 addition & 0 deletions assets/stylesheets/components/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
line-height: 24px;
margin: 0 17px;
padding: 21px 3px 17px;
text-decoration: none;
}

.platform-header__selected {
Expand Down

0 comments on commit 4497c0b

Please sign in to comment.