diff --git a/src/pages/staking/deposit-contract.tsx b/src/pages/staking/deposit-contract.tsx index 471a760c876..3b40874ca42 100644 --- a/src/pages/staking/deposit-contract.tsx +++ b/src/pages/staking/deposit-contract.tsx @@ -20,6 +20,7 @@ import Emoji from "@/components/Emoji" import FeedbackCard from "@/components/FeedbackCard" import { TwImage } from "@/components/Image" import InfoBanner from "@/components/InfoBanner" +import MainArticle from "@/components/MainArticle" import PageMetadata from "@/components/PageMetadata" import Tooltip from "@/components/Tooltip" import Translation from "@/components/Translation" @@ -44,7 +45,7 @@ import etherscan from "@/public/images/projects/etherscan-logo-circle.png" import ef from "@/public/images/staking/ef-blog-logo.png" const FlexBox = (props: ChildOnlyProp) => ( - + ) const LeftColumn = (props: ChildOnlyProp) => ( @@ -53,20 +54,17 @@ const LeftColumn = (props: ChildOnlyProp) => ( const RightColumn = (props: ChildOnlyProp) => ( ) const Title = (props: ChildOnlyProp) => ( -

+

) const Subtitle = (props: ChildOnlyProp) => ( -

+

) const ButtonRow = (props: ChildOnlyProp) => ( @@ -80,10 +78,6 @@ const H2 = (props: ChildOnlyProp) => (

) -const Text = (props: ChildOnlyProp) => ( -

-) - const StyledButton = ({ href, children, @@ -95,7 +89,7 @@ const StyledButton = ({ const CardTag = (props: ChildOnlyProp) => ( ) @@ -103,7 +97,7 @@ const CardTag = (props: ChildOnlyProp) => ( const AddressCard = (props: ChildOnlyProp) => { return (

) @@ -136,15 +130,12 @@ const CardTitle = (props: ChildOnlyProp) => ( ) const Caption = (props: ChildOnlyProp) => ( -

+

) const Blockie = (props: { src: string }) => ( ( const StyledFakeLink = (props: ButtonProps) => (