Skip to content

Commit 539784e

Browse files
committed
rename folder name
1 parent d4a9668 commit 539784e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+14
-14
lines changed

src/components/Footer/NewsletterSignupForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { useState } from "preact/hooks"
44
import "./NewsletterCTA.css"
5-
import button from "../../styles/cl-design-system/button.module.css"
5+
import button from "../../styles/design-system/button.module.css"
66
import { clsx } from "~/lib"
77
import jsonp from "jsonp"
88
import toQueryString from "to-querystring"

src/components/HeadCommon.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import "../styles/migrated.css"
55
import "../styles/prism-darcula.css"
66
import "../styles/copy-to-clipboard.css"
77
8-
import "../styles/cl-design-system/global-styles.css"
8+
import "../styles/design-system/global-styles.css"
99
---
1010

1111
<!-- Global Metadata -->

src/components/PageContent/Feedback.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useState } from "preact/hooks"
2-
import button from "../../styles/cl-design-system/button.module.css"
2+
import button from "../../styles/design-system/button.module.css"
33

44
const star = (
55
<svg style={{ width: "var(--space-6x)", height: "var(--space-6x)" }} viewBox="0 0 24 24">

src/components/Tabs/Tabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { ComponentChild } from "preact"
33
import { useRef } from "preact/hooks"
44
import { useTabState } from "./useTabState"
55
import styles from "./Tabs.module.css"
6-
import button from "../../styles/cl-design-system/button.module.css"
6+
import button from "../../styles/design-system/button.module.css"
77
import { clsx } from "~/lib"
88
const tabSlotKey = "tab." as const
99
const panelSlotKey = "panel." as const

src/features/landing/sections/HeroCTA.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
import heroBg from "../assets/hero-bg.png"
3-
import button from "../../styles/cl-design-system/button.module.css"
3+
import button from "../../styles/design-system/button.module.css"
44
import { clsx } from "../../../lib"
55
import { SearchCTA } from "../components/SearchCTA.tsx"
66
---

src/features/landing/sections/NewUserCTA.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
import newToChainlink from "../assets/new-to-chainlink.svg"
3-
import button from "../../../styles/cl-design-system/button.module.css"
3+
import button from "../../../styles/design-system/button.module.css"
44
import { clsx } from "~/lib"
55
---
66

src/features/landing/sections/NodesCTA.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
import button from "../../../styles/cl-design-system/button.module.css"
2+
import button from "../../../styles/design-system/button.module.css"
33
import nodesIcon from "../assets/nodes-icon.svg"
44
import { clsx } from "~/lib"
55
---

src/features/landing/sections/TutorialsCTA.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
import button from "../../../styles/cl-design-system/button.module.css"
2+
import button from "../../../styles/design-system/button.module.css"
33
import VideoPlayerIcon from "../assets/VideoPlayerIcon.astro"
44
import tutorialPreview from "../assets/video-preview.png"
55
import avatarAustin from "../assets/people/austin-griffith.png"

src/features/notifications/components/HeaderBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react"
2-
import headerbanner from "../../../styles/cl-design-system/headerbanner.module.css"
2+
import headerbanner from "../../../styles/design-system/headerbanner.module.css"
33

44
type BannerType = "info" | "success" | "warning" | "danger"
55
export type BannerContent = {

src/pages/developers.mdx

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)