From 683a62bca0a61d858110af8f2caa0529b75dec0c Mon Sep 17 00:00:00 2001 From: Kristian Antrobus Date: Thu, 20 Jun 2024 12:41:32 -0500 Subject: [PATCH 1/2] chore: revert test change --- .../src/pages/components/account-switcher/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/paste-website/src/pages/components/account-switcher/index.mdx b/packages/paste-website/src/pages/components/account-switcher/index.mdx index b5dca92a03..f7d5d5e436 100644 --- a/packages/paste-website/src/pages/components/account-switcher/index.mdx +++ b/packages/paste-website/src/pages/components/account-switcher/index.mdx @@ -137,6 +137,6 @@ A menu item that can perform a single selection of an item within a named group. Simple horizontal rule used to separate groups or individual items. -### useAccountSwitcherState hook +### useAccountSwitcherState hook -React hook used to initialise the Account Switcher with various options. It returns state and actions that can be taken on the Account Switcher. +React hook used to initialise the Account Switcher with various options. It returns state and actions that can be taken on the Account Switcher. From 335d304e0d14788ce6784b117ef9e39f0386a151 Mon Sep 17 00:00:00 2001 From: Kristian Antrobus Date: Thu, 20 Jun 2024 12:43:48 -0500 Subject: [PATCH 2/2] chore: another test --- .../src/pages/components/account-switcher/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/paste-website/src/pages/components/account-switcher/index.mdx b/packages/paste-website/src/pages/components/account-switcher/index.mdx index f7d5d5e436..8591103c13 100644 --- a/packages/paste-website/src/pages/components/account-switcher/index.mdx +++ b/packages/paste-website/src/pages/components/account-switcher/index.mdx @@ -139,4 +139,4 @@ Simple horizontal rule used to separate groups or individual items. ### useAccountSwitcherState hook -React hook used to initialise the Account Switcher with various options. It returns state and actions that can be taken on the Account Switcher. +React hook used to initialise the Account Switcher with various options. It returns state and actions that can be taken on the Account Switcher.