File tree Expand file tree Collapse file tree 4 files changed +0
-44
lines changed
components/Banners/Implementations Expand file tree Collapse file tree 4 files changed +0
-44
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import Translation from "../components/Translation"
22
22
import PageHero from "../components/PageHero"
23
23
import FeedbackCard from "../components/FeedbackCard"
24
24
25
- import WritersCohortBanner from "../components/Banners/Implementations/WritersCohortBanner"
26
25
import GatsbyImage from "../components/GatsbyImage"
27
26
import OldHeading from "../components/OldHeading"
28
27
@@ -211,7 +210,6 @@ const CommunityPage = ({
211
210
title = { t ( "page-community-meta-title" ) }
212
211
description = { t ( "page-community-meta-description" ) }
213
212
/>
214
- < WritersCohortBanner pathname = { location . pathname } />
215
213
< PageHero isReverse content = { heroContent } />
216
214
< Divider />
217
215
< Flex
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import StatsBoxGrid from "../components/StatsBoxGrid"
29
29
import Translation from "../components/Translation"
30
30
import TitleCardList , { ITitleCardItem } from "../components/TitleCardList"
31
31
import GatsbyImage from "../components/GatsbyImage"
32
- import WritersCohortBanner from "../components/Banners/Implementations/WritersCohortBanner"
33
32
import { HomeHero } from "../components/Hero"
34
33
35
34
import { isLangRightToLeft } from "../utils/translations"
@@ -257,7 +256,6 @@ const HomePage = ({
257
256
258
257
return (
259
258
< Flex flexDirection = "column" alignItems = "center" dir = { dir } width = "full" >
260
- < WritersCohortBanner pathname = { location . pathname } />
261
259
< PageMetadata
262
260
title = { t ( "page-index-meta-title" ) }
263
261
description = { t ( "page-index-meta-description" ) }
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ import { Item as ItemTableOfContents } from "../components/TableOfContents/utils
46
46
import Text from "../components/OldText"
47
47
import GlossaryDefinition from "../components/Glossary/GlossaryDefinition"
48
48
import GlossaryTooltip from "../components/Glossary/GlossaryTooltip"
49
- import WritersCohortBanner from "../components/Banners/Implementations/WritersCohortBanner"
50
49
import MdLink from "../components/MdLink"
51
50
import OldHeading from "../components/OldHeading"
52
51
@@ -255,7 +254,6 @@ const StaticPage = ({
255
254
/>
256
255
) }
257
256
258
- < WritersCohortBanner pathname = { location . pathname } />
259
257
< Flex
260
258
justifyContent = "space-between"
261
259
w = "full"
You can’t perform that action at this time.
0 commit comments