From 0c30aa062425c996d722a82b7cd5b04bf9f1c459 Mon Sep 17 00:00:00 2001 From: April Smith Date: Wed, 21 Aug 2024 13:08:54 +0100 Subject: [PATCH] Update navigation to change /chat & /pubsub URLs update Storybook snapshot tests --- package.json | 2 +- src/core/Footer.tsx | 5 +--- .../__snapshots__/Footer.stories.tsx.snap | 2 +- .../__snapshots__/Meganav.stories.tsx.snap | 24 +++++++++---------- src/core/MeganavContentProducts.tsx | 10 ++------ src/core/MeganavContentUseCases.tsx | 2 +- 6 files changed, 18 insertions(+), 27 deletions(-) diff --git a/package.json b/package.json index 973f003ac..58154fd77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "14.3.3", + "version": "14.3.4", "description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.", "repository": { "type": "git", diff --git a/src/core/Footer.tsx b/src/core/Footer.tsx index e7a51b2f4..e87f2ffba 100644 --- a/src/core/Footer.tsx +++ b/src/core/Footer.tsx @@ -47,10 +47,7 @@ const Footer = ({ paths, urlBase, statusUrl }: FooterProps) => {