Skip to content

Commit

Permalink
Update SidePanelSupport.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailbramble authored Dec 17, 2024
1 parent a6399f6 commit 2ef63b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const Section = ({ title, children }: { title: string; children: React.ReactNode
// In order to set these turn on the `support-message-override` feature flag.
const SUPPORT_MESSAGE_OVERRIDE_TITLE = '🎄 🎅 Support during the holidays 🎁 ⛄'
const SUPPORT_MESSAGE_OVERRIDE_BODY =
"We're offering reduced support while we celebrate the holidays. Responses may be slower than normal and we'll only respond to critical issues between the 25th and 27th of December. We'll resume regular support and start responding to other messages on the 28th. Thanks for your patience!"
"We're offering reduced support while we celebrate the holidays. Responses may be slower than normal over the holiday period (23rd December to the 6th January), and between the 25th and 27th of December we'll only be responding to critical issues. Thanks for your patience!"

const SupportFormBlock = ({ onCancel }: { onCancel: () => void }): JSX.Element => {
const { supportPlans, hasSupportAddonPlan } = useValues(billingLogic)
Expand Down

0 comments on commit 2ef63b7

Please sign in to comment.