Skip to content

Commit 5a7867f

Browse files
committed
Chore: Removes news title
1 parent 457bd4d commit 5a7867f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/CarouselSection/CarouselSection.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
CarouselWrapper,
77
CarouselWrapperSection,
88
} from "./CarouselSection.styles";
9-
import { SectionTitle } from "@/app/globalStyles";
109
import { useContext, useEffect, useState } from "react";
1110
import { INews } from "@/utils/interfaces";
1211
import { defaultNews } from "@/utils/constants";
@@ -31,7 +30,6 @@ const CarouselSection = () => {
3130

3231
return (
3332
<CarouselWrapperSection>
34-
<SectionTitle>Últimas atualizações</SectionTitle>
3533
<CarouselWrapper>
3634
<NewsCarousel newsItems={newsItems} loading={loading} />
3735
</CarouselWrapper>

0 commit comments

Comments
 (0)