Skip to content

Commit

Permalink
refactor: rename to compare dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mydearxym committed Oct 17, 2024
1 parent bca05c8 commit 72fb261
Show file tree
Hide file tree
Showing 30 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { FC } from 'react'
import GraveSVG from '~/icons/Grave'
import PlaneSVG from '~/icons/Plane'

import useSalon, { cn } from '../../styles/enjoy_dev/high_way/block'
import useSalon, { cn } from '../../styles/compare_dev/high_way/block'

type TProps = {
text: string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Block from './Block'

import SeedSVG from '~/icons/Seed'
import useSalon, { cn } from '../../styles/enjoy_dev/high_way'
import useSalon, { cn } from '../../styles/compare_dev/high_way'

export default () => {
const s = useSalon()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import GtdWipSVG from '~/icons/GtdWip'
import TagSVG from '~/icons/HashTagBold'

import CurveLine1SVG from '../../styles/enjoy_dev/bg_shapes/CurveLine1'
import CurveLine2SVG from '../../styles/enjoy_dev/bg_shapes/CurveLine2'
import CurveLine3SVG from '../../styles/enjoy_dev/bg_shapes/CurveLine3'
import CurveLine4SVG from '../../styles/enjoy_dev/bg_shapes/CurveLine4'
import CurveLine1SVG from '../../styles/compare_dev/bg_shapes/CurveLine1'
import CurveLine2SVG from '../../styles/compare_dev/bg_shapes/CurveLine2'
import CurveLine3SVG from '../../styles/compare_dev/bg_shapes/CurveLine3'
import CurveLine4SVG from '../../styles/compare_dev/bg_shapes/CurveLine4'

import ShapeCircleSVG from '../../styles/enjoy_dev/bg_shapes/ShapeCircle'
import ShapeCross2SVG from '../../styles/enjoy_dev/bg_shapes/ShapeCross2'
import ShapeCircleHalfSVG from '../../styles/enjoy_dev/bg_shapes/ShapeCircleHalf'
import TwoLineSVG from '../../styles/enjoy_dev/bg_shapes/TwoLine'
import ShapeCircleSVG from '../../styles/compare_dev/bg_shapes/ShapeCircle'
import ShapeCross2SVG from '../../styles/compare_dev/bg_shapes/ShapeCross2'
import ShapeCircleHalfSVG from '../../styles/compare_dev/bg_shapes/ShapeCircleHalf'
import TwoLineSVG from '../../styles/compare_dev/bg_shapes/TwoLine'

import useSalon, { cn } from '../../styles/enjoy_dev/bg_shapes'
import useSalon, { cn } from '../../styles/compare_dev/bg_shapes'

export default () => {
const s = useSalon()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { mockUsers } from '~/mock'
import Facepile from '~/widgets/Facepile/LandingPage'
import Img from '~/Img'

import useSalon, { cn } from '../../styles/enjoy_dev/fans'
import useSalon, { cn } from '../../styles/compare_dev/fans'

export default () => {
const s = useSalon()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import QuestionSVG from '~/icons/Question'
import DiscussSVG from '~/icons/Discuss'
import ToolSVG from '~/icons/Tool'

import useSalon, { cn } from '../../styles/enjoy_dev/our_way/node_block'
import useSalon, { cn } from '../../styles/compare_dev/our_way/node_block'

type TProps = {
cat?: TArticleCat | 'DEFAULT'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { FC } from 'react'

import SprintSVG from '~/icons/Sprint'

import useSalon from '../../styles/enjoy_dev/our_way/sprint_counter'
import useSalon from '../../styles/compare_dev/our_way/sprint_counter'

type TProps = {
num?: number
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { TColorName } from '~/spec'

import UpvoteSVG from '~/icons/Upvote'

import useSalon from '../../styles/enjoy_dev/our_way/upvote_counter'
import useSalon from '../../styles/compare_dev/our_way/upvote_counter'

type TProps = {
text?: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Fans from './Fans'
import SeedSVG from '~/icons/Seed'
import TadaSVG from '~/icons/Tada'

import useSalon from '../../styles/enjoy_dev/our_way'
import useSalon from '../../styles/compare_dev/our_way'

export default () => {
const s = useSalon()
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import CloseCrossSVG from '~/icons/CloseCross'
import OurWay from './OurWay'
import HighWay from './HighWay'

import useSalon, { cn } from '../styles/enjoy_dev'
import useSalon, { cn } from '../styles/compare_dev'

export default () => {
const s = useSalon()
Expand Down
4 changes: 2 additions & 2 deletions src/app/Landing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import ArticlesIntroTabs from './ArticlesIntroTabs'
import BatteryBento from './BatteryBento'
import TechStacks from './TechStacks'
import DashboardIntros from './DashboardIntros'
import EnjoyDev from './EnjoyDev'
import CompareDev from './CompareDev'
import UsersWall from './UsersWall'
import Footer from './Footer'

Expand Down Expand Up @@ -135,7 +135,7 @@ export default () => {
</Suspense>

<Suspense fallback={<LavaLampLoading />}>
<EnjoyDev />
<CompareDev />
</Suspense>

<div className={cn(s.divider, 'mt-20')} />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 72fb261

Please sign in to comment.