Skip to content

Commit

Permalink
Merge pull request #6 from bnb-chain/feat-modify-terms
Browse files Browse the repository at this point in the history
feat:modify term
  • Loading branch information
constwz authored Nov 7, 2023
2 parents 268ab5c + df911f2 commit e6eb198
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 574 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const nextConfig = {
productionBrowserSourceMaps: true,
eslint: {
dirs: ['src'],
ignoreDuringBuilds: true,
},
modularizeImports: {
'@mui/material': {
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
"engines": {
"node": ">=16"
},
"pre-commit": [
"lint"
],
"resolutions": {
"@web3-onboard/trezor/**/protobufjs": "^7.2.4"
},
Expand Down
3 changes: 0 additions & 3 deletions src/components/common/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ const Footer = (): ReactElement | null => {
<li>
<FooterLink href={getHref(AppRoutes.terms)}>Terms</FooterLink>
</li>
<li>
<FooterLink href={getHref(AppRoutes.privacy)}>Privacy</FooterLink>
</li>
<li>
<FooterLink href={getHref(AppRoutes.licenses)}>Licenses</FooterLink>
</li>
Expand Down
Loading

0 comments on commit e6eb198

Please sign in to comment.