Skip to content

Commit

Permalink
remove p2
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoaidanh committed Oct 9, 2023
1 parent 631d4e4 commit feb8898
Show file tree
Hide file tree
Showing 76 changed files with 145 additions and 461 deletions.
45 changes: 0 additions & 45 deletions public/christmas-logo-light.svg

This file was deleted.

Binary file removed src/assets/images/light_texture.png
Binary file not shown.
Binary file removed src/assets/images/multichain_black.png
Binary file not shown.
Binary file removed src/assets/images/squid_dark.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 0 additions & 7 deletions src/assets/wallets/browser-wallet-light.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/DownloadWalletModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function DownloadWalletModal() {
target="_blank"
rel="noopener noreferrer"
>
<Image width="24px" maxHeight="24px" src={isDarkMode ? item.icon : item.iconLight} />
<Image width="24px" maxHeight="24px" src={item.icon} />
{item.name}
</DownloadWalletRow>
))}
Expand Down
12 changes: 4 additions & 8 deletions src/components/ExchangeIcons/Huobi.tsx
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
import { useIsDarkMode } from 'state/user/hooks'

function Etoro({ width, height }: { width?: number; height?: number }) {
const isDarkMode = useIsDarkMode()

return (
<svg width={width || 160} height={height || 48} viewBox="0 0 160 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M58.8413 12.7695V26.3788H45.4124V14.5202C45.4124 13.5533 44.628 12.7695 43.6606 12.7695H39.1281V45.2006C39.1281 46.1677 39.912 46.9517 40.8798 46.9517H45.4124V31.8673H58.8413V45.2006C58.8413 46.1677 59.6253 46.9517 60.5931 46.9517H65.1254V14.5202C65.1254 13.5533 64.3412 12.7695 63.3734 12.7695H58.8413Z"
fill={isDarkMode ? 'white' : '#1D2243'}
fill={'white'}
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M85.2015 20.8281V37.0261C85.2015 38.498 84.4507 39.8933 83.1757 40.6295C79.6173 42.6848 75.9347 40.1174 75.9347 36.7325V22.5788C75.9347 21.6119 75.1505 20.8281 74.183 20.8281H69.6323V37.3096C69.6323 42.6128 73.973 46.9516 79.2785 46.9516H81.8578C87.1635 46.9516 91.504 42.6128 91.504 37.3096V22.5788C91.504 21.6119 90.72 20.8281 89.7526 20.8281H85.2015Z"
fill={isDarkMode ? 'white' : '#1D2243'}
fill={'white'}
/>
<path
fillRule="evenodd"
Expand All @@ -33,7 +29,7 @@ function Etoro({ width, height }: { width?: number; height?: number }) {
fillRule="evenodd"
clipRule="evenodd"
d="M113.62 36.1048C113.62 39.2212 111.069 41.2956 107.952 41.2956C104.834 41.2956 102.283 39.2212 102.283 36.1048V31.6577C102.283 28.5412 104.834 26.4668 107.952 26.4668C111.069 26.4668 113.62 28.5412 113.62 31.6577V36.1048ZM107.952 20.8115C101.36 20.8115 95.9663 25.5247 95.9663 32.1134V35.6771C95.9663 42.2658 101.36 46.9509 107.952 46.9509C114.543 46.9509 119.937 42.2658 119.937 35.6771V32.1134C119.937 25.5247 114.543 20.8115 107.952 20.8115Z"
fill={isDarkMode ? 'white' : '#1D2243'}
fill={'white'}
/>
<path
fillRule="evenodd"
Expand All @@ -45,7 +41,7 @@ function Etoro({ width, height }: { width?: number; height?: number }) {
fillRule="evenodd"
clipRule="evenodd"
d="M20.3116 15.1422C20.3116 8.33538 16.9942 2.48183 14.471 0.575674C14.4606 0.569679 14.2778 0.466957 14.2934 0.739151L14.2898 0.747544C14.0803 13.89 7.36309 17.4521 3.67022 22.2504C-4.85203 33.3236 3.0736 45.464 11.1444 47.7079C15.6602 48.9634 10.1015 45.4865 9.3857 38.1424C8.51995 29.2658 20.3116 22.4903 20.3116 15.1422Z"
fill={isDarkMode ? 'white' : '#1D2243'}
fill={'white'}
/>
<path
fillRule="evenodd"
Expand Down
18 changes: 7 additions & 11 deletions src/components/ExchangeIcons/Kraken.tsx
Original file line number Diff line number Diff line change
@@ -1,37 +1,33 @@
import { useIsDarkMode } from 'state/user/hooks'

function Kraken({ width, height }: { width?: number; height?: number }) {
const isDarkMode = useIsDarkMode()

return (
<svg width={width || 160} height={height || 26} viewBox="0 0 160 26" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M14.999 0.584485C17.7731 0.405814 20.5942 0.960635 23.0862 2.20193C26.7631 4.00745 29.6876 7.27055 31.07 11.1167C31.6812 12.8188 32.0103 14.6149 32.0103 16.4204V23.1253C32.0103 23.398 32.0197 23.6801 31.9539 23.9434C31.8035 24.6205 31.3239 25.2129 30.6844 25.5044C30.2424 25.7113 29.7346 25.7395 29.2645 25.6643C28.2394 25.4762 27.4495 24.517 27.4401 23.4826C27.4307 21.4044 27.4401 19.3261 27.4401 17.2385C27.4589 16.6461 27.4589 16.016 27.1392 15.4988C26.622 14.5396 25.3619 14.0789 24.3557 14.4926C23.5 14.7935 22.8793 15.6587 22.8699 16.5708C22.8605 18.6867 22.8699 20.7931 22.8699 22.8996C22.8699 23.2945 22.8887 23.6989 22.7759 24.075C22.5596 24.8179 21.9389 25.4198 21.196 25.6267C20.218 25.8994 19.099 25.4668 18.6006 24.564C18.2621 24.0186 18.2903 23.3603 18.2997 22.7585C18.2903 20.6615 18.3091 18.5644 18.2903 16.4674C18.2715 15.4048 17.3969 14.4456 16.3343 14.3045C15.6478 14.2011 14.9237 14.4268 14.4253 14.9158C13.974 15.339 13.7201 15.9502 13.7201 16.5708V22.6833C13.7107 23.2005 13.7765 23.7271 13.579 24.2067C13.2781 25.0812 12.3941 25.7207 11.4632 25.6925C10.5134 25.7489 9.58241 25.0906 9.2815 24.1973C9.11223 23.7553 9.14984 23.2851 9.14984 22.8149C9.14984 20.7085 9.15925 18.6021 9.14984 16.4862C9.14044 15.4424 8.33172 14.4926 7.30671 14.3045C6.38514 14.1071 5.36013 14.5773 4.88995 15.4142C4.69247 15.7621 4.58903 16.1665 4.58903 16.5614V23.4074C4.59843 24.075 4.28811 24.7333 3.7803 25.1565C3.0092 25.8335 1.7585 25.8712 0.940374 25.2505C0.347939 24.8461 0 24.1597 0 23.445V16.5144C0.00940374 13.8908 0.667666 11.2765 1.91836 8.97262C2.94337 7.09188 4.34453 5.40861 6.0278 4.07327C8.56681 2.01385 11.7453 0.781964 14.999 0.584485Z"
fill={isDarkMode ? 'white' : '#5D45DC'}
fill={'white'}
/>
<path
d="M77.3273 8.62471C76.1612 8.62471 75.0422 8.62471 73.8573 8.62471C73.9796 6.18914 74.4874 3.99807 76.716 2.61572C78.9259 1.24277 81.3615 0.932447 83.8911 1.13933C85.264 1.25217 86.5994 1.54369 87.8595 2.12672C90.0694 3.14233 91.1602 4.88202 91.1602 7.29878C91.1696 11.5869 91.1602 15.8844 91.1602 20.1725C91.1602 21.7523 91.4799 22.0439 93.0597 21.884C93.229 21.8652 93.3983 21.837 93.577 21.8088C93.5958 21.8934 93.6146 21.9592 93.6146 22.025C93.6146 22.8808 93.6146 23.7365 93.6146 24.6299C92.3545 25.053 91.0944 25.1847 89.8249 24.8462C88.9033 24.5923 88.3109 23.9246 87.9911 23.0406C87.8313 22.5893 87.7372 22.1191 87.5868 21.5925C87.4551 21.7429 87.3423 21.884 87.2106 22.0062C84.4741 24.7803 81.211 25.9464 77.3743 24.9778C74.6566 24.2913 72.7759 21.7994 72.7101 18.9876C72.6912 18.0849 72.7665 17.1633 72.9828 16.2888C73.4812 14.2576 74.9199 13.0351 76.7537 12.2169C78.042 11.6339 79.4149 11.4646 80.7973 11.2954C82.4147 11.0885 84.0322 10.891 85.6496 10.6653C86.7498 10.5149 87.3047 9.93183 87.4739 8.82219C87.8219 6.62171 86.8439 5.13592 84.6904 4.60931C83.4115 4.29899 82.1044 4.24256 80.8067 4.48706C78.8883 4.835 77.8163 5.91643 77.4401 7.82539C77.4213 8.06989 77.3837 8.32379 77.3273 8.62471ZM87.5492 12.8846C85.9505 13.7498 84.3989 13.9566 82.8379 14.1917C81.5214 14.3986 80.186 14.5867 78.9259 15.0004C77.2332 15.5553 76.481 16.947 76.622 18.809C76.7443 20.3606 77.8069 21.6113 79.4713 21.884C82.0574 22.3166 84.3519 21.6019 86.1574 19.6835C86.684 19.1287 87.1072 18.32 87.22 17.5677C87.4551 16.0725 87.4457 14.5397 87.5492 12.8846Z"
fill={isDarkMode ? 'white' : '#5D45DC'}
fill={'white'}
/>
<path
d="M136.947 17.3612C136.862 17.7373 136.815 18.057 136.721 18.358C135.217 22.9094 132.198 24.8747 128.521 25.2791C122.145 25.9844 118.506 21.8091 117.566 17.38C116.823 13.863 116.926 10.3648 118.469 7.05466C119.926 3.93261 122.277 1.87319 125.775 1.26195C129.951 0.528457 135.884 2.58788 136.881 9.13288C137.135 10.8162 137.191 12.537 137.351 14.3143C131.869 14.3143 126.537 14.3143 121.149 14.3143C121.29 16.7123 121.666 18.9504 123.415 20.6995C124.139 21.4236 125.07 21.7715 126.076 21.9408C129.368 22.5144 132.066 20.944 133.138 17.7937C133.251 17.4552 133.402 17.3518 133.75 17.3612C134.793 17.38 135.837 17.3612 136.947 17.3612ZM121.28 11.2299C125.333 11.2299 129.358 11.2299 133.411 11.2299C133.279 9.82876 133.026 8.51224 132.377 7.28975C131.747 6.10488 130.806 5.25854 129.527 4.82597C125.333 3.3872 120.998 6.73493 121.28 11.2299Z"
fill={isDarkMode ? 'white' : '#5D45DC'}
fill={'white'}
/>
<path
d="M145.674 24.5167C144.413 24.5167 143.219 24.5167 141.987 24.5167C141.987 16.8903 141.987 9.28268 141.987 1.64684C143.144 1.64684 144.291 1.64684 145.485 1.64684C145.485 2.68125 145.485 3.67805 145.485 4.85351C145.749 4.55259 145.918 4.36452 146.078 4.18585C148.579 1.32711 151.739 0.574811 155.312 1.45876C157.804 2.07001 159.187 3.82851 159.657 6.29229C159.854 7.29849 159.967 8.3329 159.977 9.35791C160.014 14.2667 159.995 19.1754 159.995 24.0842C159.995 24.2158 159.977 24.3569 159.967 24.5167C158.726 24.5167 157.494 24.5167 156.196 24.5167C156.196 24.2911 156.196 24.0936 156.196 23.8961C156.196 19.3165 156.225 14.7274 156.178 10.1478C156.168 9.13222 156.027 8.0884 155.736 7.11982C155.256 5.51178 153.977 4.65604 152.294 4.59961C149.238 4.49617 146.802 6.11362 146.059 8.8501C145.796 9.82809 145.711 10.8813 145.702 11.9063C145.664 15.8841 145.683 19.8713 145.674 23.8491C145.674 24.0466 145.674 24.2534 145.674 24.5167Z"
fill={isDarkMode ? 'white' : '#5D45DC'}
fill={'white'}
/>
<path
d="M97.1785 1.64699C98.3916 1.64699 99.5388 1.64699 100.733 1.64699C100.733 4.83486 100.733 8.01332 100.733 11.3328C100.959 11.1166 101.09 11.0037 101.222 10.8815C104.128 7.91929 107.043 4.9477 109.939 1.97612C110.184 1.72222 110.428 1.60938 110.786 1.60938C112.149 1.62818 113.522 1.61878 115.027 1.61878C114.82 1.83506 114.707 1.96672 114.585 2.09837C112.027 4.66559 109.479 7.23281 106.902 9.79063C106.61 10.0727 106.601 10.2608 106.808 10.5994C109.601 15.0473 112.375 19.4953 115.158 23.9527C115.262 24.1125 115.356 24.2724 115.488 24.5075C115.3 24.5263 115.158 24.5451 115.017 24.5451C113.748 24.5451 112.478 24.5357 111.209 24.5545C110.861 24.5639 110.692 24.4323 110.522 24.1501C108.397 20.5673 106.253 16.9939 104.118 13.4111C104.024 13.2512 103.921 13.1007 103.799 12.9127C102.811 13.8907 101.852 14.8404 100.902 15.8184C100.78 15.9407 100.752 16.1852 100.752 16.3827C100.743 18.8935 100.743 21.3948 100.743 23.9056C100.743 24.0937 100.743 24.2818 100.743 24.5545C100.037 24.5545 99.3602 24.5639 98.6831 24.5545C98.1941 24.5451 97.5452 24.6768 97.2631 24.4229C97.0186 24.1972 97.1691 23.5201 97.1691 23.0405C97.1691 16.1382 97.1691 9.23581 97.1691 2.33346C97.1785 2.10777 97.1785 1.89149 97.1785 1.64699Z"
fill={isDarkMode ? 'white' : '#5D45DC'}
fill={'white'}
/>
<path
d="M56.2252 1.61889C53.3383 4.47763 50.536 7.27054 47.7148 10.0634C50.7428 14.9158 53.705 19.6647 56.733 24.517C56.4885 24.5264 56.3381 24.5452 56.1782 24.5452C54.9463 24.5452 53.705 24.5358 52.4731 24.5546C52.1158 24.564 51.9183 24.4324 51.7396 24.1314C49.6144 20.5486 47.4703 16.9752 45.3357 13.3924C45.2511 13.2419 45.157 13.1009 45.016 12.8752C44.4705 13.4394 44.0004 14.0412 43.4079 14.4832C42.2136 15.386 41.8563 16.5144 41.9503 17.9908C42.0726 19.9374 41.9786 21.9028 41.9786 23.8587C41.9786 24.0656 41.9786 24.2631 41.9786 24.4982C40.7843 24.4982 39.637 24.4982 38.4521 24.4982C38.4521 16.8906 38.4521 9.28294 38.4521 1.63769C39.6088 1.63769 40.7467 1.63769 41.9597 1.63769C41.9597 4.82556 41.9597 8.00403 41.9597 11.1825C42.035 11.2295 42.1102 11.2859 42.1854 11.333C42.2795 11.1731 42.3359 10.9756 42.4581 10.8534C45.3451 7.89118 48.2508 4.94781 51.1378 1.98563C51.3917 1.72233 51.6456 1.59068 52.0312 1.60008C53.2348 1.62829 54.4385 1.60948 55.6328 1.60948C55.8021 1.61889 55.9713 1.61889 56.2252 1.61889Z"
fill={isDarkMode ? 'white' : '#5D45DC'}
fill={'white'}
/>
<path
d="M63.2686 5.40914C65.0553 2.7949 66.9548 0.613234 70.4812 1.24328C70.4812 2.57862 70.4812 3.90454 70.4812 5.15524C69.5409 5.22107 68.6193 5.19286 67.7447 5.37153C65.5725 5.82291 63.8986 7.8071 63.5695 10.1956C63.5037 10.6658 63.4754 11.1548 63.4754 11.6344C63.466 15.7156 63.4754 19.8063 63.4754 23.8875C63.4754 24.085 63.4754 24.2919 63.4754 24.5175C62.2247 24.5175 61.0399 24.5175 59.7986 24.5175C59.7986 16.9005 59.7986 9.30229 59.7986 1.65705C60.9364 1.65705 62.0743 1.65705 63.278 1.65705C63.2686 2.87954 63.2686 4.08322 63.2686 5.40914Z"
fill={isDarkMode ? 'white' : '#5D45DC'}
fill={'white'}
/>
</svg>
)
Expand Down
Loading

0 comments on commit feb8898

Please sign in to comment.