From 0b97d19ce48b23f0ccf8e51efc29516770bf4869 Mon Sep 17 00:00:00 2001 From: John Jeong Date: Mon, 1 Dec 2025 22:05:47 +0900 Subject: [PATCH] Add Company Handbook link to footer Add a "Company Handbook" link under Resources in the footer component so users can access the company handbook page from the site's footer. This inserts a new list item with a styled Link to /company-handbook to match the existing resource links. --- apps/web/src/components/footer.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/web/src/components/footer.tsx b/apps/web/src/components/footer.tsx index e73ec1b0e..9b8cdade8 100644 --- a/apps/web/src/components/footer.tsx +++ b/apps/web/src/components/footer.tsx @@ -169,6 +169,14 @@ export function Footer() { Prompt Gallery +
  • + + Company Handbook + +