Skip to content

Commit

Permalink
chart changed from Methodology to Service
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Sola committed Jun 8, 2023
1 parent f589e66 commit 584a559
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 0 additions & 2 deletions marketing/src/containers/methodology/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Steps from 'containers/methodology/steps';
import Step01 from 'containers/methodology/steps/01';
import Step02 from 'containers/methodology/steps/02';
import ContactUs from 'containers/methodology/contact-us';
import Chart from 'containers/methodology/chart';
import KnowMore from 'containers/methodology/know-more';

import Testimonials from 'containers/testimonials';
Expand Down Expand Up @@ -48,7 +47,6 @@ const Methodology: React.FC = () => {

<ContactUs />

<Chart />
<KnowMore />

<Testimonials />
Expand Down
2 changes: 2 additions & 0 deletions marketing/src/containers/the-service/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import Testimonials from 'containers/testimonials';
import Newsletter from 'containers/newsletter';
import ScrollDown from 'containers/scroll-down';
import BlogPosts from 'containers/blog-posts';
import Chart from './chart/component';

const TheService: React.FC = () => {
return (
Expand All @@ -42,6 +43,7 @@ const TheService: React.FC = () => {
</Steps>

<Testimonials />
<Chart />
<BlogPosts />
<Newsletter />
</div>
Expand Down

0 comments on commit 584a559

Please sign in to comment.