File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/Banners/Implementations Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from "react"
22import { Text } from "@chakra-ui/react"
33
44import DismissableBanner from "../DismissableBanner"
5- import Link from "../../Link"
5+ import { BaseLink } from "../../Link"
66
77import { 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 )
You can’t perform that action at this time.
0 commit comments