We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457bd4d commit 5a7867fCopy full SHA for 5a7867f
src/components/CarouselSection/CarouselSection.tsx
@@ -6,7 +6,6 @@ import {
6
CarouselWrapper,
7
CarouselWrapperSection,
8
} from "./CarouselSection.styles";
9
-import { SectionTitle } from "@/app/globalStyles";
10
import { useContext, useEffect, useState } from "react";
11
import { INews } from "@/utils/interfaces";
12
import { defaultNews } from "@/utils/constants";
@@ -31,7 +30,6 @@ const CarouselSection = () => {
31
30
32
return (
33
<CarouselWrapperSection>
34
- <SectionTitle>Últimas atualizações</SectionTitle>
35
<CarouselWrapper>
36
<NewsCarousel newsItems={newsItems} loading={loading} />
37
</CarouselWrapper>
0 commit comments