Skip to content

Commit

Permalink
feat: edit untitled validator
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpeach committed Jul 8, 2024
1 parent a7573c8 commit b68c18d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const ValidatorTitle = ({ info }: ValidatorTitleProps) => (
color={info.moniker.length ? "text.main" : "text.disabled"}
display={{ base: "none", md: "flex" }}
>
{info.moniker || "Untitled"}
{info.moniker || "Untitled Validator"}
</Heading>
<ValidatorStatusTag info={info} />
</Flex>
Expand All @@ -52,7 +52,7 @@ export const ValidatorTitle = ({ info }: ValidatorTitleProps) => (
color={info.moniker.length ? "text.main" : "text.disabled"}
display={{ base: "flex", md: "none" }}
>
{info.moniker || "Untitled"}
{info.moniker || "Untitled Validator"}
</Heading>
<WebsiteButton
href={info.website}
Expand Down

0 comments on commit b68c18d

Please sign in to comment.