Skip to content

Commit

Permalink
bugfix/crabBuildSite
Browse files Browse the repository at this point in the history
  • Loading branch information
brucedonovan committed Dec 15, 2022
1 parent 2698644 commit 2ed6ad4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/components/logos/CRABMark.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ function USDCMark(props: React.SVGProps<SVGSVGElement>) {
d="M335.477 664.046C516.915 664.046 664 516.961 664 335.523C664 154.085 516.915 7 335.477 7C154.039 7 6.9541 154.085 6.9541 335.523C6.9541 516.961 154.039 664.046 335.477 664.046Z"
fill="#020202"
stroke="#020202"
stroke-width="13"
stroke-miterlimit="10"
strokeWidth="13"
strokeMiterlimit="10"
/>
<path
d="M335.477 664.046C516.915 664.046 664 516.961 664 335.523C664 154.085 516.915 7 335.477 7C154.039 7 6.9541 154.085 6.9541 335.523C6.9541 516.961 154.039 664.046 335.477 664.046Z"
Expand Down Expand Up @@ -3291,8 +3291,8 @@ function USDCMark(props: React.SVGProps<SVGSVGElement>) {
gradientUnits="userSpaceOnUse"
gradientTransform="translate(335.477 335.523) scale(288.044)"
>
<stop stop-color="#31F7FB" />
<stop offset="1" stop-color="#15AFF9" />
<stop stopColor="#31F7FB" />
<stop offset="1" stopColor="#15AFF9" />
</radialGradient>
</defs>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion src/config/marks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const markMap = new Map([
['cvx3Crv', <CVX3CRVMark key="cvx3crv" />],
['FRAX', <FRAXMark key="frax" />],
// ['Crabv2', <CRABMark key="crab" />],
['Crabv2', <Box> <Text size='1em'>🦀</Text> </Box>],
['Crabv2', <Box key="crab"> <Text size='1em'>🦀</Text> </Box>],

]);

Expand Down

0 comments on commit 2ed6ad4

Please sign in to comment.