We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40735ea commit 116086bCopy full SHA for 116086b
src/pages/run-a-node.tsx
@@ -862,7 +862,7 @@ const RunANodePage = () => {
862
</Column>
863
</StakingCalloutContainer>
864
<Content>
865
- <H3 id="plan-on-staking">
+ <H3 id="plan-on-staking" sx={{ display: 'flex', alignItems: 'center' }}>
866
<Emoji text=":cut_of_meat:" fontSize="2em" me="4" />
867
{t("page-run-a-node-staking-plans-title")}
868
</H3>
@@ -875,7 +875,7 @@ const RunANodePage = () => {
875
{t("page-run-a-node-staking-plans-ethstaker-link-label")}
876
</InlineLink>
877
</Text>
878
- <H3 id="rasp-pi">
+ <H3 id="rasp-pi" sx={{ display: 'flex', alignItems: 'center' }}>
879
<Emoji text=":pie:" fontSize="2em" me="4" />
880
{t("page-run-a-node-rasp-pi-title")}
881
0 commit comments