Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Apr 22, 2024
1 parent e618103 commit efc5530
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion web/massastation/package-lock.json

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

2 changes: 1 addition & 1 deletion web/massastation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@massalabs/massa-web3": "^1.16.1",
"@massalabs/react-ui-kit": "^0.0.4-dev.20240418091746",
"@massalabs/react-ui-kit": "^0.0.4-dev",
"@tanstack/react-query": "^4.29.5",
"axios": "^1.4.0",
"dot-object": "^2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion web/massastation/src/i18n/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"foundation-desc": "Learn about Massa ecosystem and initiatives.",
"massalabs-desc": "Unique Lab supporting Massa ecosystem and creating innovative solutions.",
"purrfect-desc": "Create, buy & sell NFTs on the Massa blockchain.",
"dusa-desc": "Fully decentralized DEX."
"dusa-desc": "Fully decentralized exchange protocol."
},
"modules": {
"bridge": "Massa Bridge",
Expand Down
6 changes: 3 additions & 3 deletions web/massastation/src/pages/Index/Dashboard/Foundation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export function Foundation() {
</div>
<div className="relative flex justify-end">
<img
width={120}
height={120}
width={140}
height={140}
src={foundation}
alt="Massa Foundation"
alt={Intl.t('modules.foundation')}
/>
</div>
</RedirectTile>
Expand Down
3 changes: 1 addition & 2 deletions web/massastation/src/pages/Index/DashboardStation.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PluginWallet, Theme } from '@massalabs/react-ui-kit';
import { PluginWallet } from '@massalabs/react-ui-kit';
import { ReactComponent as WalletActive } from '../../assets/wallet/walletActive.svg';
import { ReactComponent as WalletInactive } from '../../assets/wallet/walletInactive.svg';
import { Foundation } from './Dashboard/Foundation';
Expand All @@ -16,7 +16,6 @@ export interface IDashboardStationProps {
urlPlugin?: string | undefined;
isLoading: boolean;
handleInstallPlugin: (url: string) => void;
theme?: Theme | undefined;
}

export function DashboardStation(props: IDashboardStationProps) {
Expand Down

0 comments on commit efc5530

Please sign in to comment.