Skip to content

Commit

Permalink
style: use style props
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow authored Mar 20, 2024
1 parent 116086b commit 220efcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/run-a-node.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ const RunANodePage = () => {
</Column>
</StakingCalloutContainer>
<Content>
<H3 id="plan-on-staking" sx={{ display: 'flex', alignItems: 'center' }}>
<H3 id="plan-on-staking" display="flex" alignItems="center">
<Emoji text=":cut_of_meat:" fontSize="2em" me="4" />
{t("page-run-a-node-staking-plans-title")}
</H3>
Expand All @@ -875,7 +875,7 @@ const RunANodePage = () => {
{t("page-run-a-node-staking-plans-ethstaker-link-label")}
</InlineLink>
</Text>
<H3 id="rasp-pi" sx={{ display: 'flex', alignItems: 'center' }}>
<H3 id="rasp-pi" display="flex" alignItems="center">
<Emoji text=":pie:" fontSize="2em" me="4" />
{t("page-run-a-node-rasp-pi-title")}
</H3>
Expand Down

0 comments on commit 220efcf

Please sign in to comment.