Skip to content

Commit

Permalink
Merge pull request #370 from lidofinance/feature/si-915-consistency-o…
Browse files Browse the repository at this point in the history
…f-last-symbol-dot-of-sub-tittle-of-each-page

chore: consistency of last symbol-dot of sub-tittle of each page
  • Loading branch information
itaven authored Jul 1, 2024
2 parents 321f60c + d9c5a4b commit db05a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/stake/stake-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const StakePage: FC = () => {
return (
<Layout
title="Stake Ether"
subtitle="Stake ETH and receive stETH while staking."
subtitle="Stake ETH and receive stETH while staking"
>
<Head>
<title>Stake with Lido | Lido</title>
Expand Down
2 changes: 1 addition & 1 deletion pages/rewards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Rewards: FC = () => {
return (
<Layout
title="Reward History"
subtitle="Track your Ethereum staking rewards with Lido."
subtitle="Track your Ethereum staking rewards with Lido"
containerSize="content"
>
<Head>
Expand Down

0 comments on commit db05a5f

Please sign in to comment.