Skip to content

Commit

Permalink
Fix home page
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed May 22, 2024
1 parent cc70756 commit cd4198b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web-frontend/src/i18n/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"send": "Send",
"receive": "Receive"
},
"title-mns": "Massa Domains",
"title-mns": "Massa domains",
"desc-mns": "Domains that targets your wallet address."
},
"assets": {
Expand Down
2 changes: 1 addition & 1 deletion web-frontend/src/pages/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default function Home() {
</p>
<p className="mas-caption">{Intl.t('home.desc-mns')}</p>
</div>
<div className="flex flex-col w-full gap-4 max-h-32 overflow-y-scroll ">
<div className="flex flex-col w-full gap-4 max-h-[120px] overflow-y-scroll ">
{domainNameList?.map((domainName) => (
<Mns mns={domainName} />
))}
Expand Down

0 comments on commit cd4198b

Please sign in to comment.