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

feat: update wallet text #321

Merged
merged 1 commit into from
Jul 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


<button disconnect-wallet >
<span data-toggle="tooltip" data-placement="top" title="" data-custom-class="" data-original-title="view wallet modal">
<span data-toggle="tooltip" data-placement="top" title="" data-custom-class="" data-original-title="Disconnect or Copy">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.74 20.7498H7.63C7.31 20.7498 7.03 20.5498 6.92 20.2598C6.81 19.9598 6.9 19.6297 7.14 19.4297C7.38 19.2297 7.6 18.9698 7.76 18.6898C8.08 18.1798 8.24 17.5998 8.24 17.0098C8.24 15.2198 6.78 13.7598 4.99 13.7598C4.25 13.7598 3.55 14.0097 2.96 14.4797C2.73 14.6597 2.43 14.6898 2.17 14.5698C1.91 14.4498 1.75 14.1798 1.75 13.8898V9.51978C1.75 7.02978 3.77 5.00977 6.26 5.00977H17.74C20.23 5.00977 22.25 7.02978 22.25 9.51978V10.9598C22.25 11.3698 21.91 11.7098 21.5 11.7098H19.48C19.13 11.7098 18.81 11.8398 18.58 12.0798L18.57 12.0898C18.29 12.3598 18.16 12.7297 18.19 13.1097C18.25 13.7697 18.88 14.2997 19.6 14.2997H21.5C21.91 14.2997 22.25 14.6397 22.25 15.0497V16.2397C22.25 18.7297 20.23 20.7498 17.74 20.7498ZM9.18 19.2498H17.74C19.4 19.2498 20.75 17.8997 20.75 16.2397V15.7997H19.6C18.09 15.7997 16.81 14.6797 16.69 13.2397C16.61 12.4197 16.91 11.6098 17.51 11.0198C18.03 10.4898 18.73 10.1998 19.48 10.1998H20.75V9.50977C20.75 7.84977 19.4 6.49976 17.74 6.49976H6.26C4.6 6.49976 3.25 7.84977 3.25 9.50977V12.5898C3.81 12.3698 4.4 12.2498 5 12.2498C7.62 12.2498 9.75 14.3798 9.75 16.9998C9.75 17.7898 9.55 18.5698 9.18 19.2498Z" fill="#6E767D"/>
<path d="M19.6024 15.8002C18.0924 15.8002 16.8124 14.6802 16.6924 13.2402C16.6124 12.4102 16.9124 11.6002 17.5124 11.0102C18.0224 10.4902 18.7224 10.2002 19.4724 10.2002H21.5524C22.5424 10.2302 23.3024 11.0102 23.3024 11.9702V14.0302C23.3024 14.9902 22.5424 15.7702 21.5824 15.8002H19.6024ZM21.5324 11.7002H19.4824C19.1324 11.7002 18.8124 11.8302 18.5824 12.0702C18.2924 12.3502 18.1524 12.7302 18.1924 13.1102C18.2524 13.7702 18.8824 14.3002 19.6024 14.3002H21.5624C21.6924 14.3002 21.8124 14.1802 21.8124 14.0302V11.9702C21.8124 11.8202 21.6924 11.7102 21.5324 11.7002Z" fill="#6E767D"/>
Expand Down