Skip to content

Commit

Permalink
chore: GH pages deploy test 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed Mar 18, 2024
1 parent 0de0cee commit c1d9bbb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 17 deletions.
12 changes: 5 additions & 7 deletions .storybook/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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";
2 changes: 1 addition & 1 deletion src/core/CustomerLogos/CustomerLogos.stories.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
10 changes: 5 additions & 5 deletions src/core/Footer/Footer.stories.tsx
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/core/Logo/Logo.stories.tsx
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions src/core/Meganav/Meganav.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c1d9bbb

Please sign in to comment.