Skip to content

Commit

Permalink
Revert "Home page ui fixes"
Browse files Browse the repository at this point in the history
This reverts commit 9cb9a9a.
  • Loading branch information
pivilartisant committed May 22, 2024
1 parent ea35b43 commit cc70756
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/server/models/account.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/server/models/rolls_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions api/server/restapi/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/server/restapi/server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-[120px] overflow-y-scroll ">
<div className="flex flex-col w-full gap-4 max-h-32 overflow-y-scroll ">
{domainNameList?.map((domainName) => (
<Mns mns={domainName} />
))}
Expand Down

0 comments on commit cc70756

Please sign in to comment.