From dbb9746a6eba63cce6ed23ae4e6e7ccd889054d8 Mon Sep 17 00:00:00 2001 From: "Caleb Williams [SSW]" <65635198+Calinator444@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:16:57 +1100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 67fe1d3..19e6e5c 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,8 @@ export function getStaticProps() { | `subtitle` | `string` | The text displayed underneath the SSW logo | No | | `tagline` | `string` | The text displayed next the SSW Logo. | No | | `url` | `string` | The URL of the menu bar item. | No | +| `hidePhone` | `boolean` | Hides the "Contact Us" button on all screen sizes. | No | +| `isFlagVisible` | `boolean` | Hides the language selector. | No | | `searchUrl` | `string` | The absolute URL the search takes you to. If not provided, will default to the host address. i.e. for SSW | No | | `rightSideActionsOverride` | `() => JSX.Element` | The component to replace the "Call Us" and search buttons that are displayed by default on the right side of the menu. | No | | `linkComponent` | React.FC<{
 href: string;
 className?: string;
 title?: string;
 onClick?: () => void;
 children?: React.ReactNode;
}>
| The component to use for the links in the menu. i.e. `` from `next/link` or `gatsby` | No |