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"
2
2
import { Text } from "@chakra-ui/react"
3
3
4
4
import DismissableBanner from "../DismissableBanner"
5
- import Link from "../../Link"
5
+ import { BaseLink } from "../../Link"
6
6
7
7
import { supportedLanguages } from "../../../utils/languages"
8
8
@@ -24,9 +24,9 @@ const WritersCohortBanner: React.FC<IProps> = ({ pathname }) => {
24
24
< Text m = { 0 } >
25
25
🎉 Join the 2nd edition of ethereum.org's Writers Cohort, starting
26
26
October 20th.{ " " }
27
- < Link to = "https://ethereumwriterscohort.carrd.co/" >
27
+ < BaseLink to = "https://ethereumwriterscohort.carrd.co/" _visited = { { } } >
28
28
Sign up here!
29
- </ Link >
29
+ </ BaseLink >
30
30
</ Text >
31
31
</ DismissableBanner >
32
32
)
You can’t perform that action at this time.
0 commit comments