Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
pingustar committed Mar 7, 2024
1 parent 41c8aa8 commit d2e4a6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 6 additions & 2 deletions src/elements/layoutHeader/LayoutHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,14 @@ export const LayoutHeader = () => {
<img src="/carbon.png" alt="Carbon Logo" className="w-24" />
</div>
<div className="text-center hidden md:block">
<b>Carbon is Live!</b> - Automate your trading strategies on-chain
<b>Carbon DeFi is Live!</b> - Automate your crypto trading
strategies onchain
</div>
<div className="text-center md:hidden">
<b>Carbon</b> <div>Automate your trading strategies on-chain</div>
<div>
<b>Carbon DeFi</b>
</div>
<div>Automate your trading strategies onchain</div>
</div>
<a
href="https://carbondefi.xyz"
Expand Down
3 changes: 0 additions & 3 deletions src/pages/earn/pools/Pools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ import { sendPoolEvent, PoolEvent } from 'services/api/googleTagManager/pool';

export const Pools = () => {
const title = 'Pools';
const subtitle =
'The only DeFi staking protocol with Single-Sided Liquidity.';

return (
<Page
title={title}
subtitle={subtitle}
trailingTitle={
<div className="flex items-center space-x-10 text-16">
<PageNavLink
Expand Down

0 comments on commit d2e4a6f

Please sign in to comment.