Skip to content

Commit

Permalink
update: hero text
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinkman9900 committed Oct 17, 2023
1 parent adf8420 commit 2b4f6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Home = () => {
fontWeight={ 600 }
color={ config.UI.homepage.plate.textColor }
>
Welcome to { config.chain.name } explorer
Welcome to { config.chain.name } Blockscout
</Heading>
<Box display={{ base: 'none', lg: 'block' }}>
{ config.features.account.isEnabled && <ProfileMenuDesktop/> }
Expand Down

0 comments on commit 2b4f6c3

Please sign in to comment.