File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- import Emoji from "react-emoji-render"
2
1
import { Text } from "@chakra-ui/react"
3
2
4
3
import DismissableBanner from "./Banners/DismissableBanner"
4
+ import Emoji from "./Emoji"
5
5
import Link from "./Link"
6
6
7
7
interface IProps {
@@ -14,8 +14,8 @@ const DevconGrantsBanner: React.FC<IProps> = ({ pathname }) => {
14
14
< DismissableBanner storageKey = "devconGrants" >
15
15
< Text m = { 0 } >
16
16
The Road to Devcon Grants support Ethereum education initiatives in
17
- and close to Southeast Asia < Emoji text = "🌏 🦄" /> { " " }
18
- Learn more{ " " }
17
+ and close to Southeast Asia < Emoji text = "🦄" /> { " " }
18
+ < Emoji text = "🌏" /> Learn more{ " " }
19
19
< Link to = "https://esp.ethereum.foundation/devcon-grants" > here.</ Link >
20
20
</ Text >
21
21
</ DismissableBanner >
You can’t perform that action at this time.
0 commit comments