Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smarter search #641

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
7 changes: 5 additions & 2 deletions locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
"subtitle": "New Internet",
"text": "For every dreamer, creator, and change-maker tired of the old internet, Web3 is here. ENS is more than a protocol - it's a commitment to a better web, built for everyone.",
"input": {
"caption": "Register your .eth name today",
"placeholder": "Find your .eth"
"caption": "Register your name today",
"placeholder": "Find your name",
"register": "Register",
"view": "View",
"invalid": "Invalid"
}
},
"features": {
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"lint:css": "stylelint -c stylelint.config.mjs './src/**/*.css'"
},
"dependencies": {
"@ensdomains/ensjs": "4.0.1-alpha.0",
"clsx": "^2.1.1",
"dune-api-client": "^1.0.1",
"i18next": "^23.11.5",
Expand All @@ -24,7 +25,8 @@
"react-dom": "^18.3.1",
"react-external-link": "^2.3.1",
"react-i18next": "^14.1.2",
"typescript": "^5.5.3"
"typescript": "^5.5.3",
"viem": "^2.21.17"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.5.22",
Expand Down
Loading