Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit b0759d8

Browse files
SuthesanSuthesan
authored andcommitted
rename files
1 parent 877dff6 commit b0759d8

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

src/pages/careers/_hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import styled from 'styled-components'
33
import { graphql, useStaticQuery } from 'gatsby'
4-
import Container from './_layout-components/CareerContainer'
4+
import Container from './_layout-components/_career_container'
55
import { Header, BackgroundImage } from 'components/elements'
66
import { LinkButton } from 'components/form'
77
import { zoho_url } from 'common/constants'

src/pages/careers/_layout-components/_link-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import PropTypes from 'prop-types'
33
import styled from 'styled-components'
4-
import Container from './CareerContainer'
4+
import Container from './_career_container'
55
import { Text } from 'components/elements'
66
import { Flex } from 'components/containers'
77
import { LocalizedLink } from 'components/localization'

src/pages/careers/_lazy-load.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export const LifeAtDerivCarousel = Loadable(() => import('./_life-at-deriv-carou
66
export const OurValues = Loadable(() => import('./_our-values'))
77
export const EmployeeTestimonial = Loadable(() => import('./_employee-testimonial-carousel'))
88
export const OurHiringProcess = Loadable(() => import('./_our-hiring-process'))
9-
export const BeSquareBanner = Loadable(() => import('./BeSquareBanner'))
9+
export const BeSquareBanner = Loadable(() => import('./_be_square_banner'))

src/pages/careers/locations/_location-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import PropTypes from 'prop-types'
33
import styled from 'styled-components'
4-
import CareerContainer from '../_layout-components/CareerContainer'
4+
import CareerContainer from '../_layout-components/_career_container'
55
import { locationsTypes } from '../_model/_locations/_locations.types'
66
import device from 'themes/device'
77
import { SectionContainer, Flex } from 'components/containers'

0 commit comments

Comments
 (0)