forked from ebpf-io/ebpf.io-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update navigation (ebpf-io#199)
* feat: add community to header and update footer * chore: fix gatsby-plugin-svgo-svgr * chore: update package-lock * feat: add draft responsive footer layout * refactor: add link condition * refactor: implement review comments * feat: update dropdowns * fix: remove mobile margin * fix: update footer layout * refactor: valuable review improvements * refactor: use custom link * fix; fix validation errors * fix: replace span with li * fix: add review comments * fix: fix contribute link in header
- Loading branch information
Showing
23 changed files
with
6,808 additions
and
4,983 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module.exports = { | ||
parserOptions: { | ||
ecmaVersion: 6, | ||
sourceType: "module", | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.