Skip to content

Commit

Permalink
update font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-babylonlabs committed Aug 16, 2024
1 parent bc80cd1 commit 6528237
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ export const FinalityProviders: React.FC<FinalityProvidersProps> = ({

return (
<>
<p>Step-1: Select a finaltiy provider</p>
<p>
<strong>Step-1:</strong> Select a finaltiy provider
</p>
<div className="hidden gap-2 px-4 lg:grid lg:grid-cols-stakingFinalityProvidersDesktop">
<p>Finality Provider</p>
<p>BTC PK</p>
Expand Down
4 changes: 3 additions & 1 deletion src/app/components/Staking/Staking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,9 @@ export const Staking: React.FC<StakingProps> = ({

return (
<>
<p>Step-2: Set up staking terms</p>
<p>
<strong>Step-2:</strong> Set up staking terms
</p>
<div className="flex flex-1 flex-col">
<div className="flex flex-1 flex-col">
<StakingTime
Expand Down

0 comments on commit 6528237

Please sign in to comment.