From fd33fbdc778534497b733e08156f5402e9ae5e0b Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Fri, 16 Dec 2022 13:09:54 -0700 Subject: [PATCH] Add ? to What is Ethereum and What is Geth (#184) --- src/components/UI/homepage/WhatIsEthereum.tsx | 2 +- src/pages/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/UI/homepage/WhatIsEthereum.tsx b/src/components/UI/homepage/WhatIsEthereum.tsx index 1d067ce881..274ab78a35 100644 --- a/src/components/UI/homepage/WhatIsEthereum.tsx +++ b/src/components/UI/homepage/WhatIsEthereum.tsx @@ -23,7 +23,7 @@ export const WhatIsEthereum: FC = ({ children }) => { > - What is Ethereum + What is Ethereum? diff --git a/src/pages/index.tsx b/src/pages/index.tsx index d8c5ac44b5..8f07289143 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -37,7 +37,7 @@ const HomePage: NextPage = ({}) => { {/* SECTION: What is Geth */}