Skip to content

Commit

Permalink
fmf
Browse files Browse the repository at this point in the history
  • Loading branch information
rmourey26 authored Apr 2, 2024
1 parent 8a406c0 commit e135a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"editor.formatOnSave": false,
"editor.inlineSuggest.enabled": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"files.eol": "\n",
"eslint.enable": true,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Landing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ export default function Landing() {
{shouldDisableNFTRoutes ? (
<Trans>Trade crypto with confidence</Trans>
) : (
<Trans>DeFi One There's only one. </Trans>
<Trans>Finance meets freedom. DeFi ONE </Trans>
)}
</TitleText>
<SubTextContainer>
Expand Down

0 comments on commit e135a24

Please sign in to comment.