diff --git a/src/pages/run-a-node.tsx b/src/pages/run-a-node.tsx index c77b08b6377..efa18aebd8c 100644 --- a/src/pages/run-a-node.tsx +++ b/src/pages/run-a-node.tsx @@ -62,7 +62,7 @@ const GappedContent = (props: ChildOnlyProp) => ( /> ) -const Content = (props: ChildOnlyProp) => ( +const Content = (props: HTMLAttributes) => (
) @@ -139,7 +139,7 @@ const BuildBox = ({ ...props }: HTMLAttributes) => ( ) @@ -194,11 +194,11 @@ const Text = ({ className, ...props }: HTMLAttributes) => ( ) const Width60 = (props: ChildOnlyProp) => ( -
+
) const Width40 = (props: ChildOnlyProp) => ( -
+
) type RunANodeCard = { @@ -329,7 +329,7 @@ const RunANodePage = () => {
- +

@@ -414,7 +414,7 @@ const RunANodePage = () => { - +

{t("page-run-a-node-getting-started-title")}

@@ -493,7 +493,7 @@ const RunANodePage = () => {
  • {t("page-run-a-node-buy-fully-loaded-note-1")}
  • {t("page-run-a-node-buy-fully-loaded-note-2")}
  • -
  • +
  • {t("page-run-a-node-buy-fully-loaded-note-3")}
@@ -537,7 +537,7 @@ const RunANodePage = () => {
- +

{t("page-run-a-node-build-your-own-title")}