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 @@ -32,7 +32,6 @@ import Translation from "../components/Translation"
32
32
import TitleCardList , { ITitleCardItem } from "../components/TitleCardList"
33
33
import Text from "../components/OldText"
34
34
import GatsbyImage from "../components/GatsbyImage"
35
- import WritersCohortBanner from "../components/Banners/Implementations/WritersCohortBanner"
36
35
37
36
import { isLangRightToLeft } from "../utils/translations"
38
37
import { getImage } from "../utils/image"
@@ -283,7 +282,6 @@ const HomePage = ({
283
282
284
283
return (
285
284
< Flex flexDirection = "column" alignItems = "center" dir = { dir } width = "full" >
286
- < WritersCohortBanner pathname = { location . pathname } />
287
285
< PageMetadata
288
286
title = { t ( "page-index-meta-title" ) }
289
287
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