Skip to content

Commit cc37caa

Browse files
authored
Merge branch 'staging' into dev
2 parents 3785d21 + 3a1d97a commit cc37caa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Banners/Implementations/WritersCohortBanner.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react"
22
import { Text } from "@chakra-ui/react"
33

44
import DismissableBanner from "../DismissableBanner"
5-
import Link from "../../Link"
5+
import { BaseLink } from "../../Link"
66

77
import { supportedLanguages } from "../../../utils/languages"
88

@@ -24,9 +24,9 @@ const WritersCohortBanner: React.FC<IProps> = ({ pathname }) => {
2424
<Text m={0}>
2525
🎉 Join the 2nd edition of ethereum.org's Writers Cohort, starting
2626
October 20th.{" "}
27-
<Link to="https://ethereumwriterscohort.carrd.co/">
27+
<BaseLink to="https://ethereumwriterscohort.carrd.co/" _visited={{}}>
2828
Sign up here!
29-
</Link>
29+
</BaseLink>
3030
</Text>
3131
</DismissableBanner>
3232
)

0 commit comments

Comments
 (0)