Skip to content

Commit 8959d76

Browse files
committed
add a space between emoji
1 parent 8324189 commit 8959d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DevconGrantsBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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="🌏🦄" />
17+
and close to Southeast Asia <Emoji text="🌏🦄" />{" "}
1818
Learn more{" "}
1919
<Link to="https://esp.ethereum.foundation/devcon-grants">here.</Link>
2020
</Text>

0 commit comments

Comments
 (0)