From e8c325c683bab831cd5b3d1107a5c2a9c6bf8934 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Mon, 22 Jul 2024 17:14:09 +0200 Subject: [PATCH] chore: add docs to nav (#1235) --- name: Pull Request about: Submit changes to the project for review and inclusion --- ## Description ## Related Issue ## Changes Made - Change 1 - Change 2 - ... ## Testing Performed - Tested feature X in scenario Y. - Ran unit tests for component Z. - Tested on browsers A, B, and C. - ... ## Checklist - [ ] I have tested these changes locally and they work as expected. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [ ] I have updated the documentation to reflect these changes, if applicable. - [ ] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. ## Additional Notes --- .../src/components/(marketing)/header.tsx | 8 ++++++++ .../(marketing)/mobile-navigation.tsx | 20 +++++++++++-------- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/apps/marketing/src/components/(marketing)/header.tsx b/apps/marketing/src/components/(marketing)/header.tsx index 915c13852..ec8a59e57 100644 --- a/apps/marketing/src/components/(marketing)/header.tsx +++ b/apps/marketing/src/components/(marketing)/header.tsx @@ -54,6 +54,14 @@ export const Header = ({ className, ...props }: HeaderProps) => { Pricing + + Documentation + + {