Skip to content

Commit

Permalink
fix: page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Dec 16, 2024
1 parent d6dd7fd commit bae5dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/App/pages/Home/Tokenomics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Tokenomics = () => (
<span className="block text-center text-xl">
ERC20 Contract Address
</span>
<span className="block text-center text-xl font-bold text-brandRed">
<span className="block text-center text-md font-bold text-brandRed">
<Link.Default
className="text-brandRed !font-bold sm:text-sm"
href={`https://etherscan.io/address/${EKOKE_ADDRESS}`}
Expand Down

0 comments on commit bae5dc2

Please sign in to comment.