Skip to content

Commit a252172

Browse files
committed
fix: use internal Emoji component
1 parent 91f610d commit a252172

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/DevconGrantsBanner.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import Emoji from "react-emoji-render"
21
import { Text } from "@chakra-ui/react"
32

43
import DismissableBanner from "./Banners/DismissableBanner"
4+
import Emoji from "./Emoji"
55
import Link from "./Link"
66

77
interface IProps {
@@ -14,8 +14,8 @@ const DevconGrantsBanner: React.FC<IProps> = ({ pathname }) => {
1414
<DismissableBanner storageKey="devconGrants">
1515
<Text m={0}>
1616
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{" "}
1919
<Link to="https://esp.ethereum.foundation/devcon-grants">here.</Link>
2020
</Text>
2121
</DismissableBanner>

0 commit comments

Comments
 (0)