Skip to content

Commit

Permalink
fix: validators page title
Browse files Browse the repository at this point in the history
  • Loading branch information
VmMad committed Nov 26, 2024
1 parent 2aa311d commit 37ada2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/explorer/src/pages/validators/Validators.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ function ValidatorPageResult(): JSX.Element {
/>
) : (
<div className="flex w-full flex-col gap-xl">
<div className="py-md--rs text-display-sm">Validators</div>
<div className="py-md--rs text-display-sm text-neutral-10 dark:text-neutral-92">
Validators
</div>
<div className="flex w-full flex-col gap-md--rs md:h-40 md:flex-row">
{validatorStats.map((stat) => (
<DisplayStats
Expand Down

0 comments on commit 37ada2d

Please sign in to comment.