From c1d9bbbeb0b9393638dac1e8df2db0eafa9bb51b Mon Sep 17 00:00:00 2001 From: Jamie Henson Date: Mon, 18 Mar 2024 14:16:16 +0000 Subject: [PATCH] chore: GH pages deploy test 6 --- .storybook/styles.css | 12 +++++------- src/core/CustomerLogos/CustomerLogos.stories.tsx | 2 +- src/core/Footer/Footer.stories.tsx | 10 +++++----- src/core/Logo/Logo.stories.tsx | 2 +- src/core/Meganav/Meganav.stories.tsx | 6 +++--- 5 files changed, 15 insertions(+), 17 deletions(-) diff --git a/.storybook/styles.css b/.storybook/styles.css index eae27a75d..41ee9ec47 100644 --- a/.storybook/styles.css +++ b/.storybook/styles.css @@ -2,12 +2,10 @@ @import "tailwindcss/components"; @import "tailwindcss/utilities"; -@import "../core/fonts/jetBrains-mono.css"; -@import "../core/fonts/manrope.css"; - -@import "../reset/styles.css"; -@import "../core/styles.css"; +@import "../src/core/fonts/jetBrains-mono.css"; +@import "../src/core/fonts/manrope.css"; +@import "../src/reset/styles.css"; +@import "../src/core/styles.css"; +@import "../src/core/utils/syntax-highlighter.css"; @import "./application.css"; - -@import "../src/core/utils/syntax-highlighter.css"; diff --git a/src/core/CustomerLogos/CustomerLogos.stories.tsx b/src/core/CustomerLogos/CustomerLogos.stories.tsx index ec688c0f6..00a30cb19 100644 --- a/src/core/CustomerLogos/CustomerLogos.stories.tsx +++ b/src/core/CustomerLogos/CustomerLogos.stories.tsx @@ -1,4 +1,4 @@ -import CustomerLogos from "../../core/CustomerLogos/component.jsx"; +import CustomerLogos from "../CustomerLogos/component.jsx"; import hubspot from "../images/cust-logo-hubspot-mono-pos.svg"; import webflow from "../images/cust-logo-webflow-col-pos.svg"; diff --git a/src/core/Footer/Footer.stories.tsx b/src/core/Footer/Footer.stories.tsx index 42dc1b994..8de0e823f 100644 --- a/src/core/Footer/Footer.stories.tsx +++ b/src/core/Footer/Footer.stories.tsx @@ -1,10 +1,10 @@ import Footer from "./component.jsx"; -import ablyStack from "../../core/images/ably-stack.svg"; -import highestPerformer from "../../core/images/high-performer-2023.svg"; -import bestSupport from "../../core/images/best-support-2023.svg"; -import fastestImplementation from "../../core/images/fastest-implementation-2023.svg"; -import highestUserAdoption from "../../core/images/highest-user-adoption-2023.svg"; +import ablyStack from "../images/ably-stack.svg"; +import highestPerformer from "../images/high-performer-2023.svg"; +import bestSupport from "../images/best-support-2023.svg"; +import fastestImplementation from "../images/fastest-implementation-2023.svg"; +import highestUserAdoption from "../images/highest-user-adoption-2023.svg"; export default { title: "Components/Footer", diff --git a/src/core/Logo/Logo.stories.tsx b/src/core/Logo/Logo.stories.tsx index 7b17bbc99..4dc30e5e1 100644 --- a/src/core/Logo/Logo.stories.tsx +++ b/src/core/Logo/Logo.stories.tsx @@ -1,5 +1,5 @@ import Logo from "./component.jsx"; -import logoUrl from "../../core/images/ably-logo.png"; +import logoUrl from "../images/ably-logo.png"; export default { title: "Components/Logo", diff --git a/src/core/Meganav/Meganav.stories.tsx b/src/core/Meganav/Meganav.stories.tsx index 8da7653bf..4831e3e1a 100644 --- a/src/core/Meganav/Meganav.stories.tsx +++ b/src/core/Meganav/Meganav.stories.tsx @@ -3,9 +3,9 @@ import { rest } from "msw"; import Meganav from "../../../src/core/Meganav/component.jsx"; import loadIcons from "../icons.js"; -import logo from "../../core/images/ably-logo.png"; -import ablyStack from "../../core/images/ably-stack.svg"; -import awsLogo from "../../core/images/icon-tech-aws.svg"; +import logo from "../images/ably-logo.png"; +import ablyStack from "../images/ably-stack.svg"; +import awsLogo from "../images/icon-tech-aws.svg"; import { attachStoreToWindow,