fix jitosol logo

This commit is contained in:
saml33 2023-06-26 11:49:23 +10:00
parent fee6d002d4
commit 7aaf86d439
2 changed files with 25 additions and 1 deletions

View File

@ -5,7 +5,12 @@ const webpack = require('webpack')
const nextConfig = {
i18n,
images: {
domains: ['raw.githubusercontent.com', 'arweave.net', 'www.dual.finance'],
domains: [
'raw.githubusercontent.com',
'arweave.net',
'www.dual.finance',
'storage.googleapis.com',
],
},
reactStrictMode: true,
//proxy for openserum api cors

19
public/icons/jitosol.svg Normal file
View File

@ -0,0 +1,19 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2784_2263)">
<path d="M16 32C24.8366 32 32 24.8366 32 16C32 7.16345 24.8366 0 16 0C7.16345 0 0 7.16345 0 16C0 24.8366 7.16345 32 16 32Z" fill="url(#paint0_linear_2784_2263)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 16C1.5 7.99188 7.99188 1.5 16 1.5C24.0081 1.5 30.5 7.99188 30.5 16C30.5 24.0081 24.0081 30.5 16 30.5C7.99188 30.5 1.5 24.0081 1.5 16ZM16 2.5C8.54416 2.5 2.5 8.54416 2.5 16C2.5 23.4558 8.54416 29.5 16 29.5C23.4558 29.5 29.5 23.4558 29.5 16C29.5 8.54416 23.4558 2.5 16 2.5Z" fill="white"/>
<path d="M6.15479 12.2139H6.18078C6.17324 12.2168 6.16359 12.2168 6.15479 12.2139Z" fill="#308D8A"/>
<path d="M10.2963 19.1043C10.3983 19.0023 10.5384 18.9429 10.6871 18.9429H24.1678C24.4141 18.9429 24.5373 19.2402 24.3632 19.4143L21.7001 22.0773C21.5982 22.1793 21.4581 22.2387 21.3094 22.2387H7.82868C7.58234 22.2387 7.45917 21.9414 7.63331 21.7673L10.2963 19.1043Z" fill="white"/>
<path d="M10.2963 9.16139C10.4025 9.05946 10.5427 9 10.6871 9H24.1678C24.4141 9 24.5373 9.29731 24.3632 9.47144L21.7001 12.1345C21.5982 12.2364 21.4581 12.2958 21.3094 12.2958H7.82868C7.58234 12.2958 7.45917 11.9985 7.63331 11.8244L10.2963 9.16139Z" fill="white"/>
<path d="M21.7001 14.1008C21.5982 13.9989 21.4581 13.9395 21.3094 13.9395H7.82868C7.58234 13.9395 7.45917 14.2368 7.63331 14.4109L10.2963 17.0739C10.3983 17.1758 10.5384 17.2353 10.6871 17.2353H24.1678C24.4141 17.2353 24.5373 16.938 24.3632 16.7639L21.7001 14.1008Z" fill="white"/>
</g>
<defs>
<linearGradient id="paint0_linear_2784_2263" x1="32" y1="32" x2="0" y2="0" gradientUnits="userSpaceOnUse">
<stop stop-color="#3D9B7F"/>
<stop offset="1" stop-color="#87D58F"/>
</linearGradient>
<clipPath id="clip0_2784_2263">
<rect width="32" height="32" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB